diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-07-25 15:39:53 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-07-26 10:38:03 +0200 |
commit | 0984d159c8ad6618c6ebd9f00bc3f374fa52bc35 (patch) | |
tree | 442d6bfa62d1f6baee7a251db6adf845ef2ea679 /sound/Makefile | |
parent | 4a6baf1b35891ebc877e91a803877d69b703e086 (diff) | |
download | linux-0984d159c8ad6618c6ebd9f00bc3f374fa52bc35.tar.bz2 |
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/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/Makefile b/sound/Makefile index 77320709fd26..c41bdf5fdf24 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/ \ |