[ARM] 5245/1: Fix warning about unused return value in drivers/pcmcia
authorJürgen Schindele <linux@schindele.name>
Mon, 8 Sep 2008 21:06:29 +0000 (22:06 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 13 Sep 2008 19:07:42 +0000 (20:07 +0100)
Fix warning when compiling "drivers/pcmcia/soc-common.c"
The return value of the function "device_create_file"
was not used / assigned.

Signed-off-by: Jrgen Schindele <linux@schindele.name>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found