Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johan Hovold and committed by
Thomas Gleixner
dcc31768 b03127a4

-1
-1
drivers/irqchip/irq-ts4800.c
··· 165 165 MODULE_AUTHOR("Damien Riegel <damien.riegel@savoirfairelinux.com>"); 166 166 MODULE_DESCRIPTION("Multiplexed-IRQs driver for TS-4800's FPGA"); 167 167 MODULE_LICENSE("GPL v2"); 168 - MODULE_ALIAS("platform:ts4800_irqc");