diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-09-21 10:01:15 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-09-21 18:54:12 +0200 |
commit | da51f9e10c48599bff498b378d040c4063adfe9d (patch) | |
tree | bb4b068aeec27b258982de542d33ae94dc97bbbd /arch | |
parent | [MIPS] BCM1480: Export zbbus_mhz. (diff) | |
download | linux-da51f9e10c48599bff498b378d040c4063adfe9d.tar.xz linux-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 f2eefbe99916..7e1aa348b8e0 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> |