Skip to content

Commit

Permalink
sh64: arch/sh64/kernel/setup.c: duplicate include removal.
Browse files Browse the repository at this point in the history
There is no need to include linux/console.h twice.

Signed-off-by: Michal Piotrowski <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
Michal Piotrowski authored and pmundt committed Aug 12, 2007
1 parent f6d7543 commit 5ba056c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/sh64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
#include <asm/setup.h>
#include <asm/smp.h>

#ifdef CONFIG_VT
#include <linux/console.h>
#endif

struct screen_info screen_info;

#ifdef CONFIG_BLK_DEV_RAM
Expand Down

0 comments on commit 5ba056c

Please sign in to comment.