diff options
author | Josh Triplett <josh@joshtriplett.org> | 2012-09-02 23:04:17 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-09-03 04:07:23 -0400 |
commit | a03e4a66c71b2bb33dc795eb6451a3d2ad1398bb (patch) | |
tree | 2932d58b27970bdfe9e0223ef5a294178b7d0bfb /sound/last.c | |
parent | d819387ef7ca97b4cb3494bfaba9c0cd510122a0 (diff) |
ALSA: Remove the last mention of SNDRV_MAIN_OBJECT_FILE
SNDRV_MAIN_OBJECT_FILE hasn't done anything since the pre-git days, and
the only remaining reference occurs as a #define in sound/last.c. Drop
that last mention of it.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/last.c')
-rw-r--r-- | sound/last.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/last.c b/sound/last.c index 7ffc182e0844..43f222825038 100644 --- a/sound/last.c +++ b/sound/last.c | |||
@@ -19,7 +19,6 @@ | |||
19 | * | 19 | * |
20 | */ | 20 | */ |
21 | 21 | ||
22 | #define SNDRV_MAIN_OBJECT_FILE | ||
23 | #include <linux/init.h> | 22 | #include <linux/init.h> |
24 | #include <sound/core.h> | 23 | #include <sound/core.h> |
25 | 24 | ||