diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-28 14:45:22 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 20:54:44 +0100 |
commit | fd9301d33fef67e6dbcab29f3666c76efd97b762 (patch) | |
tree | 18ef688730ddd5dd3973b46229b097b8139d275a /sound/usb | |
parent | cddbd4f17078530b4914a42f6d7f3e543b5fad0e (diff) | |
download | linux-fd9301d33fef67e6dbcab29f3666c76efd97b762.tar.bz2 |
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.c | 1 | ||||
-rw-r--r-- | sound/usb/line6/revision.h | 4 |
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 |