X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Ffirmware.h;h=33d8f2087b6ea92557c6497a605e3f925e7700e4;hb=671c7235ccd537f828986ef5a4071bf477541dc0;hp=2063c0839d4fc3e0da2022d4303b4cce327e7d0e;hpb=55faed1e607a24ca7f3453a3eb463ca8987f8139;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/firmware.h b/include/linux/firmware.h index 2063c0839d4..33d8f2087b6 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