X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Ffirmware.h;h=2d716080be4af7bd98fad2a5a45cd4b884812cd0;hb=536ea4e4198eeaa5a73fb734ea675e621609bb7e;hp=2063c0839d4fc3e0da2022d4303b4cce327e7d0e;hpb=fac84ef26759a3725bfc53ae3abf21976360aff3;p=powerpc.git diff --git a/include/linux/firmware.h b/include/linux/firmware.h index 2063c0839d..2d716080be 100644 --- a/include/linux/firmware.h +++ b/include/linux/firmware.h @@ -14,7 +14,7 @@ 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));