mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.6.xx - linux/firmware.h - missing include
@ 2004-03-19 15:17 Margit Schubert-While
  2004-03-19 15:30 ` Russell King
  0 siblings, 1 reply; 3+ messages in thread
From: Margit Schubert-While @ 2004-03-19 15:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: ranty

The prototype for request_firmware uses a struct device parameter.
This is only defined if linux/device.h is included.
Fix is simple : include linux/device.h in linux/firmware.h
(Yes, I know we can do the include in a driver, as per the
  example in Documentation;however, the above obviates the need
  for ugly ifdef's for common 2.4/2.6 code and has no downside)
Manuel, can you implement if you agree ?



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-19 18:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-19 15:17 2.6.xx - linux/firmware.h - missing include Margit Schubert-While
2004-03-19 15:30 ` Russell King
2004-03-19 18:36   ` Horst von Brand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome