sound: oss: Use kernel_read_file_from_path() for mod_firmware_load()
authorTakashi Iwai <tiwai@suse.de>
Mon, 25 Jul 2016 13:39:53 +0000 (15:39 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Jul 2016 08:38:03 +0000 (10:38 +0200)
commit0984d159c8ad6618c6ebd9f00bc3f374fa52bc35
tree442d6bfa62d1f6baee7a251db6adf845ef2ea679
parent4a6baf1b35891ebc877e91a803877d69b703e086
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>
sound/Makefile
sound/oss/sound_firmware.h
sound/sound_firmware.c [deleted file]