mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
MIPS: SEAD3: sead3-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
9d4b5b9e86
commit
85f215cf9b
|
|
@ -5,7 +5,6 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
|
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
|
||||||
*/
|
*/
|
||||||
#include <linux/module.h>
|
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/irqchip/mips-gic.h>
|
#include <linux/irqchip/mips-gic.h>
|
||||||
#include <linux/serial_8250.h>
|
#include <linux/serial_8250.h>
|
||||||
|
|
@ -48,8 +47,4 @@ static int __init uart8250_init(void)
|
||||||
return platform_device_register(&uart8250_device);
|
return platform_device_register(&uart8250_device);
|
||||||
}
|
}
|
||||||
|
|
||||||
module_init(uart8250_init);
|
device_initcall(uart8250_init);
|
||||||
|
|
||||||
MODULE_AUTHOR("Chris Dearman <chris@mips.com>");
|
|
||||||
MODULE_LICENSE("GPL");
|
|
||||||
MODULE_DESCRIPTION("8250 UART probe driver for SEAD3");
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user