You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] fbdev: Remove duplicate #include's
Remove unneeded duplicate #include's of the same header file. In the case of fbmon.c linux/pci.h is now #include'd unconditional, but this should be safe. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
31c5cdba69
commit
22f4a00fd5
@@ -26,7 +26,6 @@
|
||||
#include <linux/selection.h>
|
||||
#include <asm/io.h>
|
||||
#include <video/tgafb.h>
|
||||
#include <linux/selection.h>
|
||||
|
||||
/*
|
||||
* Local functions.
|
||||
|
||||
Reference in New Issue
Block a user