mirror of https://github.com/torvalds/linux.git
irqchip/ts4800: Drop unused module alias
The driver has never supported anything but OF probing so drop the unused platform alias. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
b03127a4e7
commit
dcc31768ff
|
|
@ -165,4 +165,3 @@ module_platform_driver(ts4800_ic_driver);
|
|||
MODULE_AUTHOR("Damien Riegel <damien.riegel@savoirfairelinux.com>");
|
||||
MODULE_DESCRIPTION("Multiplexed-IRQs driver for TS-4800's FPGA");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_ALIAS("platform:ts4800_irqc");
|
||||
|
|
|
|||
Loading…
Reference in New Issue