mtd: mchp23k256: drop unneeded MODULE_ALIAS
authorKrzysztof Kozlowski <krzk@kernel.org>
Sun, 14 Apr 2024 15:49:43 +0000 (17:49 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 15 Apr 2024 10:06:06 +0000 (12:06 +0200)
commit6277967d872e229de53b0585ebc34c8172965492
tree6a9143865dff3745c16da55f6e6bc625211c195b
parentf48d2d6ebd3bde515f4725a88e53953cd6eccc29
mtd: mchp23k256: drop unneeded MODULE_ALIAS

The ID table already has respective entry and MODULE_DEVICE_TABLE and
creates proper alias for SPI driver.  Having another MODULE_ALIAS causes
the alias to be duplicated.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240414154943.127079-1-krzk@kernel.org
drivers/mtd/devices/mchp23k256.c