|
@@ -39,7 +39,7 @@ struct builtin_fw {
|
|
int request_firmware(const struct firmware **fw, const char *name,
|
|
int request_firmware(const struct firmware **fw, const char *name,
|
|
struct device *device);
|
|
struct device *device);
|
|
int request_firmware_nowait(
|
|
int request_firmware_nowait(
|
|
- struct module *module, int uevent,
|
|
|
|
|
|
+ struct module *module, bool uevent,
|
|
const char *name, struct device *device, gfp_t gfp, void *context,
|
|
const char *name, struct device *device, gfp_t gfp, void *context,
|
|
void (*cont)(const struct firmware *fw, void *context));
|
|
void (*cont)(const struct firmware *fw, void *context));
|
|
|
|
|
|
@@ -52,7 +52,7 @@ static inline int request_firmware(const struct firmware **fw,
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
}
|
|
}
|
|
static inline int request_firmware_nowait(
|
|
static inline int request_firmware_nowait(
|
|
- struct module *module, int uevent,
|
|
|
|
|
|
+ struct module *module, bool uevent,
|
|
const char *name, struct device *device, gfp_t gfp, void *context,
|
|
const char *name, struct device *device, gfp_t gfp, void *context,
|
|
void (*cont)(const struct firmware *fw, void *context))
|
|
void (*cont)(const struct firmware *fw, void *context))
|
|
{
|
|
{
|