On Tue, Oct 25, 2011 at 13:26, Greg KH <greg@xxxxxxxxx> wrote:
Greg Kroah-Hartman (27): Staging: remove drivers/char/scc.h as it should have gone a while ago
That's commit 1ec3ba93c5fad9dca0dab272491c625fe6a2f67d Author: Greg Kroah-Hartman <gregkh@xxxxxxx> Date: Wed Aug 24 14:44:13 2011 -0700 Staging: remove drivers/char/scc.h as it should have gone a while ago This was needed by one of the generic serial drivers that was removed a while ago. No one even noticed that the driver could not be built properly while it was in the staging directory. So this removed the unneeded .h file. Reported-by: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> diff --git a/drivers/char/scc.h b/drivers/char/scc.h deleted file mode 100644 index 341b114..0000000 --- a/drivers/char/scc.h +++ /dev/null @@ -1,613 +0,0 @@ -/* - * atari_SCC.h: Definitions for the Am8530 Serial Communications Controller Funny, Google doesn't seem to find any evidence this patch has ever been posted on a public maling list? Anyone, no real harm done. Just for the record, there are two reason no one noticed that drivers/staging/generic_serial/vme_scc.c no longer compiled: 1. linux-next doesn't build staging, 2. The m68k tree still has the (too long) work-in-progress atari_scc driver. The Atari SCC driver was the original user of scc.h, so when I moved that one to drivers/staging/ in the m68k tree, it masked compile failures for vme_scc in mainline. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html