]> git.openfabrics.org - ~emulex/for-vlad/old/compat.git/commit
compat: fix compilation warning for compat_firmware_class on 2.6.26
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Sat, 25 Feb 2012 02:48:49 +0000 (18:48 -0800)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Sat, 25 Feb 2012 02:48:49 +0000 (18:48 -0800)
commit796f3eb54986853a9f67f3a7d2702a024f3f35e4
treefbb868b7303b0cb17b2039b81b021a1e880f51a8
parent9053c61cf0c33154c0b4ab8511889f624e4ec97b
compat: fix compilation warning for compat_firmware_class on 2.6.26

This fixes this compilation issue:

  CC [M]  /home/mcgrof/compat/compat/compat_firmware_class.o
/home/mcgrof/compat/compat/compat_firmware_class.c:24:0: warning: "to_dev" redefined
include/linux/input.h:1218:0: note: this is the location of the previous definition
/home/mcgrof/compat/compat/compat_firmware_class.c:24:0: warning: "to_dev" redefined
include/linux/input.h:1218:0: note: this is the location of the previous definition

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
compat/compat_firmware_class.c