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

wifi: ti: remove obsolete lines in the Makefile

Commit 06463f6e98df ("wifi: wl1251: drop support for platform data")
removes TI WiLink platform data, but leaves some dead lines in the
Makefile.

Remove these obsolete lines in the Makefile.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221209095937.17773-1-lukas.bulwahn@gmail.com

authored by

Lukas Bulwahn and committed by
Kalle Valo
01258b62 7ae9888d

-3
-3
drivers/net/wireless/ti/Makefile
··· 3 3 obj-$(CONFIG_WL12XX) += wl12xx/ 4 4 obj-$(CONFIG_WL1251) += wl1251/ 5 5 obj-$(CONFIG_WL18XX) += wl18xx/ 6 - 7 - # small builtin driver bit 8 - obj-$(CONFIG_WILINK_PLATFORM_DATA) += wilink_platform_data.o