Skip to content

Commit

Permalink
drivers/video/fbmem.c: removed duplicated include
Browse files Browse the repository at this point in the history
Removed duplicated include <linux/major.h>
in drivers/video/fbmem.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Huang Weiyi authored and Linus Torvalds committed Jul 26, 2008
1 parent 4b1fefa commit 37e67b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/video/fbmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include <linux/device.h>
#include <linux/efi.h>
#include <linux/fb.h>
#include <linux/major.h>

#include <asm/fb.h>

Expand Down

0 comments on commit 37e67b7

Please sign in to comment.