Commit cd8ee345 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: math-emu: Header file weeding.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 5160d45d
......@@ -34,20 +34,18 @@
* better performance by compiling with -msoft-float!
*/
#include <linux/sched.h>
#include <linux/module.h>
#include <linux/debugfs.h>
#include <linux/perf_event.h>
#include <asm/branch.h>
#include <asm/inst.h>
#include <asm/bootinfo.h>
#include <asm/processor.h>
#include <asm/ptrace.h>
#include <asm/signal.h>
#include <asm/mipsregs.h>
#include <asm/uaccess.h>
#include <asm/processor.h>
#include <asm/fpu_emulator.h>
#include <asm/fpu.h>
#include <asm/uaccess.h>
#include <asm/branch.h>
#include "ieee754.h"
......
......@@ -24,7 +24,6 @@
*/
#include <linux/kernel.h>
#include "ieee754dp.h"
int ieee754dp_tint(union ieee754dp x)
......
#include <linux/compiler.h>
#include <linux/mm.h>
#include <linux/signal.h>
#include <linux/smp.h>
#include <asm/asm.h>
#include <asm/bootinfo.h>
#include <asm/byteorder.h>
#include <asm/cpu.h>
#include <asm/inst.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
#include <asm/branch.h>
#include <asm/mipsregs.h>
#include <asm/cacheflush.h>
#include <asm/fpu_emulator.h>
#include <asm/inst.h>
#include <asm/mipsregs.h>
#include <asm/uaccess.h>
#include "ieee754.h"
......
......@@ -25,7 +25,8 @@
* Copyright (C) 2000 MIPS Technologies, Inc. All rights reserved.
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/printk.h>
#include "ieee754.h"
#define DP_EBIAS 1023
......
......@@ -29,7 +29,7 @@
*************************************************************************/
#include <linux/compiler.h>
#include <linux/kernel.h>
#include <linux/printk.h>
#include "ieee754.h"
/*
......
......@@ -19,11 +19,8 @@
* manipulation primitives for the Algorithmics MIPS
* FPU Emulator
*/
#include <linux/sched.h>
#include <asm/processor.h>
#include <asm/signal.h>
#include <asm/uaccess.h>
#include <linux/printk.h>
#include <asm/current.h>
#include <asm/fpu.h>
#include <asm/fpu_emulator.h>
......
......@@ -24,7 +24,6 @@
*/
#include <linux/kernel.h>
#include "ieee754sp.h"
int ieee754sp_tint(union ieee754sp x)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment