diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-09-21 09:01:15 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-09-21 17:54:12 +0100 |
commit | da51f9e10c48599bff498b378d040c4063adfe9d (patch) | |
tree | bb4b068aeec27b258982de542d33ae94dc97bbbd /arch | |
parent | 339c3a6a12faf57c57a23f3d714ce89a831822fc (diff) | |
download | linux-3.10-da51f9e10c48599bff498b378d040c4063adfe9d.tar.gz linux-3.10-da51f9e10c48599bff498b378d040c4063adfe9d.tar.bz2 linux-3.10-da51f9e10c48599bff498b378d040c4063adfe9d.zip |
[MIPS] BCM1480: include <linux/init.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/sibyte/bcm1480/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/sibyte/bcm1480/setup.c b/arch/mips/sibyte/bcm1480/setup.c index f2eefbe9991..7e1aa348b8e 100644 --- a/arch/mips/sibyte/bcm1480/setup.c +++ b/arch/mips/sibyte/bcm1480/setup.c @@ -15,6 +15,7 @@ * 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/init.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/reboot.h> |