Commit 94c05088 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] m68k: missing/superfluous config.h

M68k: Add missing and remove superfluous #include <linux/config.h>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 55ec7b1d
......@@ -7,6 +7,7 @@
* called by setup.c.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/string.h>
......
......@@ -7,7 +7,6 @@
*
*/
#include <linux/config.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/mm.h>
......
......@@ -11,7 +11,6 @@
*
*/
#include <linux/config.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/errno.h>
......
......@@ -6,6 +6,7 @@
* Contains common routines for sun3/sun3x DVMA management.
*/
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/list.h>
......
......@@ -6,6 +6,7 @@
* for more details.
*/
#include <linux/config.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/sched.h>
......
......@@ -6,6 +6,7 @@
* based on code from Oliver Jowett <oliver@jowett.manawatu.gen.nz>
*/
#include <linux/config.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/console.h>
......@@ -70,7 +71,7 @@ void __init config_sun3x(void)
mach_get_model = sun3_get_model;
mach_get_hardware_list = sun3x_get_hardware_list;
#if defined(CONFIG_DUMMY_CONSOLE)
#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif
......
#ifndef __ARCH_M68K_ATOMIC__
#define __ARCH_M68K_ATOMIC__
#include <linux/config.h>
#include <asm/system.h> /* local_irq_XXX() */
/*
......
......@@ -4,6 +4,8 @@
#ifndef _ASM_MC146818RTC_H
#define _ASM_MC146818RTC_H
#include <linux/config.h>
#ifdef CONFIG_ATARI
/* RTC in Atari machines */
......
#ifndef _M68K_TLBFLUSH_H
#define _M68K_TLBFLUSH_H
#include <linux/config.h>
#ifndef CONFIG_SUN3
#include <asm/current.h>
......
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