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

memory: aemif: don't rely on kbuild for driver's name

We want to use aemif from board files. Use a static name in the
driver's code.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

authored by

Bartosz Golaszewski and committed by
Santosh Shilimkar
f12cb8e2 60cc43fc

+1 -1
+1 -1
drivers/memory/ti-aemif.c
··· 422 422 .probe = aemif_probe, 423 423 .remove = aemif_remove, 424 424 .driver = { 425 - .name = KBUILD_MODNAME, 425 + .name = "ti-aemif", 426 426 .of_match_table = of_match_ptr(aemif_of_match), 427 427 }, 428 428 };