Commit 9d4b5b9e authored by Ralf Baechle's avatar Ralf Baechle

MIPS: SEAD3: sead3-net 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 e754dfcf
......@@ -5,7 +5,7 @@
*
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/irqchip/mips-gic.h>
#include <linux/platform_device.h>
......@@ -50,8 +50,4 @@ static int __init sead3_net_init(void)
return platform_device_register(&sead3_net_device);
}
module_init(sead3_net_init);
MODULE_AUTHOR("Chris Dearman <chris@mips.com>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Network probe driver for SEAD-3");
device_initcall(sead3_net_init);
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