Skip to content

Commit

Permalink
[MIPS] Fulong: Remove unneeded header file
Browse files Browse the repository at this point in the history
Signed-off-by: Songmao Tian <tiansm@lemote.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Songmao Tian authored and Ralf Baechle committed Jul 31, 2007
1 parent ac1a236 commit 796756b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions arch/mips/lemote/lm2e/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
* option) any later version.
*/
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/sched.h>
#include <linux/bootmem.h>

#include <asm/addrspace.h>
#include <asm/bootinfo.h>

extern unsigned long bus_clock;
Expand Down
10 changes: 0 additions & 10 deletions arch/mips/lemote/lm2e/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@
*/
#include <linux/bootmem.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/ioport.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/kernel.h>
#include <linux/mc146818rtc.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/tty.h>
#include <linux/types.h>

#include <asm/bootinfo.h>
#include <asm/mc146818-time.h>
Expand Down

0 comments on commit 796756b

Please sign in to comment.