Files
linux-stable-mirror/include/linux
Mark Brown ce66b032ad include/linux/dmapool.h: declare struct device
dmapool uses struct device in function arguments but relies on an
implicit inclusion to declare struct device causing warnings in some
configurations:

  include/linux/dmapool.h:31:7: warning: 'struct device' declared inside parameter list

Fix this by adding a struct device declaration to the file.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-04-07 16:45:33 -07:00
..
2015-02-19 13:31:40 +03:00
2015-03-03 14:14:26 +00:00
2015-03-11 15:56:59 -07:00
2015-02-17 14:34:51 -08:00
2015-02-17 14:34:52 -08:00
2015-02-17 22:21:11 -05:00