diff options
author | Josh Triplett <josh@joshtriplett.org> | 2012-09-02 20:04:17 -0700 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-09-03 10:07:23 +0200 |
commit | a03e4a66c71b2bb33dc795eb6451a3d2ad1398bb (patch) | |
tree | 2932d58b27970bdfe9e0223ef5a294178b7d0bfb /sound/last.c | |
parent | d819387ef7ca97b4cb3494bfaba9c0cd510122a0 (diff) | |
download | linux-a03e4a66c71b2bb33dc795eb6451a3d2ad1398bb.tar.bz2 |
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 @@ * */ -#define SNDRV_MAIN_OBJECT_FILE #include <linux/init.h> #include <sound/core.h> |