mirror of
https://github.com/torvalds/linux.git
synced 2026-07-18 11:37:36 +02:00
This patch contains the possible cleanups including the following:
- every file should #include the headers containing the prototypes for
it's global functions
- make needlessly global functions static
- kyro/STG4000Interface.h: #include video/kyro.h and linux/pci.h
instead of a manual "struct pci_dev"
- i810_main.{c,h}: prototypes for static functions belong to the
C file
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: "Antonino A. Daplas" <adaplas@hotpop.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
||
|---|---|---|
| .. | ||
| i810_accel.c | ||
| i810_dvt.c | ||
| i810_gtf.c | ||
| i810_main.c | ||
| i810_main.h | ||
| i810_regs.h | ||
| i810-i2c.c | ||
| i810.h | ||
| Makefile | ||