]> git.ipfire.org Git - thirdparty/linux.git/commit
char/mwave: remove MWAVE_FUTZ_WITH_OTHER_DEVICES ifdeffery
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Wed, 19 Nov 2025 09:19:45 +0000 (10:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2025 13:40:45 +0000 (14:40 +0100)
commit48e77862a73b7a24dbe96335e8f7790adf8e48be
treef6abaa7f7903981c292bb984891cfb453d8337c0
parent3b4d1b226dc5f065bfb685263eb27312287752f9
char/mwave: remove MWAVE_FUTZ_WITH_OTHER_DEVICES ifdeffery

In mwave, a lot of code depends on the MWAVE_FUTZ_WITH_OTHER_DEVICES
macro. That can be defined in Makefile to compile this in.

1) The code is completely unreadable.
2) Recompiling the kernel to have this untested code compiled in is not
   a good idea.

Drop all this.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20251119091949.825958-3-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/mwave/Makefile
drivers/char/mwave/smapi.c