From: Stefan Hajnoczi Date: Wed, 14 Nov 2012 07:50:45 +0000 (+0100) Subject: staging: line6: drop MIDI from CONFIG_LINE6_USB_DUMP_ANY X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=10c39f1d717d3e5e8bcb2998f7dee4362edda26a;p=linux-edison.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/line6/driver.h b/drivers/staging/line6/driver.h index 7770635028b..f0be5a2adab 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