summaryrefslogtreecommitdiffstats
path: root/sound/Makefile
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-07-25 15:39:53 +0200
committerTakashi Iwai <tiwai@suse.de>2016-07-26 10:38:03 +0200
commit0984d159c8ad6618c6ebd9f00bc3f374fa52bc35 (patch)
tree442d6bfa62d1f6baee7a251db6adf845ef2ea679 /sound/Makefile
parent4a6baf1b35891ebc877e91a803877d69b703e086 (diff)
downloadop-kernel-dev-0984d159c8ad6618c6ebd9f00bc3f374fa52bc35.zip
op-kernel-dev-0984d159c8ad6618c6ebd9f00bc3f374fa52bc35.tar.gz
sound: oss: Use kernel_read_file_from_path() for mod_firmware_load()
Since recently we have kernel_read_file_from_path(), and it's doing the same thing as our own home-baked mod_firmware_load(). Let's use the official API function and clean up the old code. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/Makefile')
-rw-r--r--sound/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/Makefile b/sound/Makefile
index 7732070..c41bdf5 100644
--- a/sound/Makefile
+++ b/sound/Makefile
@@ -2,7 +2,6 @@
#
obj-$(CONFIG_SOUND) += soundcore.o
-obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o
obj-$(CONFIG_SOUND_PRIME) += oss/
obj-$(CONFIG_DMASOUND) += oss/
obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
OpenPOWER on IntegriCloud