From: Mark Brown Date: Tue, 7 Apr 2015 21:26:44 +0000 (-0700) Subject: include/linux/dmapool.h: declare struct device X-Git-Tag: omap-for-v4.1/fixes-rc1~220^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce66b032ad7b838bf376e3b1bb4d8bce1a69ee5c;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed