staging: easycap: use #ifndef __EASYCAP_H_ for header inclusion protection
authorTomas Winkler <tomas.winkler@intel.com>
Sat, 22 Jan 2011 23:13:55 +0000 (01:13 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 24 Jan 2011 22:43:04 +0000 (06:43 +0800)
use common #ifndef __EASYCAP_H_ instead of if (!defined(EASYCAP_H))
for protecting header from double inclusion

Cc: Mike Thomas <rmthomas@sciolus.org>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found