X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Ffirmware.h;h=33d8f2087b6ea92557c6497a605e3f925e7700e4;hb=d0aa7a70bf03b9de9e995ab272293be1f7937822;hp=2063c0839d4fc3e0da2022d4303b4cce327e7d0e;hpb=db400b3c4ee89d384d9163836a55577abdae772d;p=powerpc.git diff --git a/include/linux/firmware.h b/include/linux/firmware.h index 2063c0839d..33d8f2087b 100644 --- a/include/linux/firmware.h +++ b/include/linux/firmware.h @@ -14,10 +14,9 @@ struct device; int request_firmware(const struct firmware **fw, const char *name, struct device *device); int request_firmware_nowait( - struct module *module, int hotplug, + struct module *module, int uevent, const char *name, struct device *device, void *context, void (*cont)(const struct firmware *fw, void *context)); void release_firmware(const struct firmware *fw); -void register_firmware(const char *name, const u8 *data, size_t size); #endif