Commit cf63e49e authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] missing declaration in firmware.h

Not all users of firmware.h care about struct device (or include
device.h, for that matter).
Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent cfaac57a
......@@ -7,6 +7,7 @@ struct firmware {
size_t size;
u8 *data;
};
struct device;
int request_firmware(const struct firmware **fw, const char *name,
struct device *device);
int request_firmware_nowait(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment