diff options
author | Stefan Hajnoczi <stefanha@gmail.com> | 2012-11-14 11:50:45 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-15 04:29:31 +0400 |
commit | 10c39f1d717d3e5e8bcb2998f7dee4362edda26a (patch) | |
tree | ca2593f2a248f4b14e766afaa447e93656366685 /drivers | |
parent | 36a01f4d971c4d2d9923a94ca21ccd3f2d579563 (diff) | |
download | linux-10c39f1d717d3e5e8bcb2998f7dee4362edda26a.tar.xz |
staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANY
CONFIG_LINE6_USB_DUMP_MIDI is no longer used by the code and therefore
no longer plays a role in CONFIG_LINE6_USB_DUMP_ANY.
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/line6/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/line6/driver.h b/drivers/staging/line6/driver.h index 7770635028b8..f0be5a2adaba 100644 --- a/drivers/staging/line6/driver.h +++ b/drivers/staging/line6/driver.h @@ -20,7 +20,7 @@ #define DRIVER_NAME "line6usb" -#if defined(CONFIG_LINE6_USB_DUMP_MIDI) || defined(CONFIG_LINE6_USB_DUMP_PCM) +#if defined(CONFIG_LINE6_USB_DUMP_PCM) #define CONFIG_LINE6_USB_DUMP_ANY #endif |