diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-01 23:07:23 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 22:25:58 +0200 |
commit | e1e80b4d24eddd1a76cd386e25164cf159661bd6 (patch) | |
tree | 930bc13a8602987692d8d67c9912e50a7c06d53a /arch/mips/emma2rh/common/irq.c | |
parent | [MIPS] Default cpu_has_mipsmt to a runtime check (diff) | |
download | linux-e1e80b4d24eddd1a76cd386e25164cf159661bd6.tar.xz linux-e1e80b4d24eddd1a76cd386e25164cf159661bd6.zip |
[MIPS] Don't include obsolete <linux/config.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/emma2rh/common/irq.c')
-rw-r--r-- | arch/mips/emma2rh/common/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/emma2rh/common/irq.c b/arch/mips/emma2rh/common/irq.c index b075281e50e9..3af57693c84c 100644 --- a/arch/mips/emma2rh/common/irq.c +++ b/arch/mips/emma2rh/common/irq.c @@ -22,7 +22,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <linux/config.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/irq.h> |