aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-28 14:45:22 +0100
committerTakashi Iwai <tiwai@suse.de>2015-01-28 20:54:44 +0100
commitfd9301d33fef67e6dbcab29f3666c76efd97b762 (patch)
tree18ef688730ddd5dd3973b46229b097b8139d275a /sound/usb
parentALSA: line6: Tidy up and typo fixes in comments (diff)
downloadlinux-dev-fd9301d33fef67e6dbcab29f3666c76efd97b762.tar.xz
linux-dev-fd9301d33fef67e6dbcab29f3666c76efd97b762.zip
ALSA: line6: Remove revision.h
The definition is no longer used. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/line6/driver.c1
-rw-r--r--sound/usb/line6/revision.h4
2 files changed, 0 insertions, 5 deletions
diff --git a/sound/usb/line6/driver.c b/sound/usb/line6/driver.c
index f46da99c44b3..786b38159ad6 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 <grabner@icg.tugraz.at>"
diff --git a/sound/usb/line6/revision.h b/sound/usb/line6/revision.h
deleted file mode 100644
index b4eee2b73831..000000000000
--- a/sound/usb/line6/revision.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#ifndef DRIVER_REVISION
-/* current subversion revision */
-#define DRIVER_REVISION " (904)"
-#endif