mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
MIPS: IP32: ip32-platform is not a module.
So let's remove everything that only makes sense for kernel modules. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
3057739138
commit
0a1cd2c588
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user