diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-28 08:45:22 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-28 14:54:44 -0500 |
commit | fd9301d33fef67e6dbcab29f3666c76efd97b762 (patch) | |
tree | 18ef688730ddd5dd3973b46229b097b8139d275a | |
parent | cddbd4f17078530b4914a42f6d7f3e543b5fad0e (diff) |
ALSA: line6: Remove revision.h
The definition is no longer used.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-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 @@ | |||
22 | #include "driver.h" | 22 | #include "driver.h" |
23 | #include "midi.h" | 23 | #include "midi.h" |
24 | #include "playback.h" | 24 | #include "playback.h" |
25 | #include "revision.h" | ||
26 | #include "usbdefs.h" | 25 | #include "usbdefs.h" |
27 | 26 | ||
28 | #define DRIVER_AUTHOR "Markus Grabner <grabner@icg.tugraz.at>" | 27 | #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 @@ | |||
1 | #ifndef DRIVER_REVISION | ||
2 | /* current subversion revision */ | ||
3 | #define DRIVER_REVISION " (904)" | ||
4 | #endif | ||