From: Takashi Iwai Date: Wed, 28 Jan 2015 13:45:22 +0000 (+0100) Subject: ALSA: line6: Remove revision.h X-Git-Tag: v4.0-rc1~129^2~28^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd9301d33fef67e6dbcab29f3666c76efd97b762;p=thirdparty%2Fkernel%2Flinux.git ALSA: line6: Remove revision.h The definition is no longer used. Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/line6/driver.c b/sound/usb/line6/driver.c index f46da99c44b32..786b38159ad68 100644 --- a/sound/usb/line6/driver.c +++ b/sound/usb/line6/driver.c @@ -22,7 +22,6 @@ #include "driver.h" #include "midi.h" #include "playback.h" -#include "revision.h" #include "usbdefs.h" #define DRIVER_AUTHOR "Markus Grabner " diff --git a/sound/usb/line6/revision.h b/sound/usb/line6/revision.h deleted file mode 100644 index b4eee2b73831e..0000000000000 --- a/sound/usb/line6/revision.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef DRIVER_REVISION -/* current subversion revision */ -#define DRIVER_REVISION " (904)" -#endif