mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
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>