Commit 0a1cd2c5 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: IP32: ip32-platform is not a module.

So let's remove everything that only makes sense for kernel modules.
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 30577391
......@@ -5,7 +5,6 @@
*
* Copyright (C) 2007 Ralf Baechle (ralf@linux-mips.org)
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/serial_8250.h>
......@@ -105,7 +104,3 @@ static __init int sgio2_cmos_devinit(void)
}
device_initcall(sgio2_cmos_devinit);
MODULE_AUTHOR("Ralf Baechle <ralf@linux-mips.org>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("8250 UART probe driver for SGI IP32 aka O2");
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