diff options
author | Mark Brown <broonie@kernel.org> | 2015-04-07 21:26:44 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-07 23:45:33 (GMT) |
commit | ce66b032ad7b838bf376e3b1bb4d8bce1a69ee5c (patch) | |
tree | a3c2f3b861e511cf0af956083955df418664da59 /kernel/smpboot.c | |
parent | a368ab67aa55615a03b2c9c00fb965bee3ebeaa4 (diff) | |
download | linux-ce66b032ad7b838bf376e3b1bb4d8bce1a69ee5c.tar.xz |
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>
Diffstat (limited to 'kernel/smpboot.c')
0 files changed, 0 insertions, 0 deletions