Question about #define __NO_VERSION__

H Hartley Sweeten hartleys at visionengravers.com
Tue Jun 5 17:58:17 UTC 2012


What does #define __NO_VERSION__ do?

The only file in mainline that has this is
sound/pci/pcxhr/pcxhr_mixer.c:#define __NO_VERSION__

In staging a couple of files have it in some form:

drivers/staging/comedi/comedi_compat32.c:#define __NO_VERSION__
drivers/staging/comedi/comedi_fops.c:#define __NO_VERSION__
drivers/staging/comedi/drivers.c:#define __NO_VERSION__
drivers/staging/comedi/kcomedilib/kcomedilib_main.c:#define __NO_VERSION__
drivers/staging/comedi/proc.c:#define __NO_VERSION__
drivers/staging/vt6655/Makefile:ccflags-y := -DLINUX -D__KERNEL__ -D__NO_VERSION__
drivers/staging/vt6655/device_main.c:#undef __NO_VERSION__
drivers/staging/vt6656/Makefile:ccflags-y := -DLINUX -D__KERNEL__ -DEXPORT_SYMTAB -D__NO_VERSION__
drivers/staging/vt6656/main_usb.c:#undef __NO_VERSION__
drivers/staging/wlags49_h2/wl_version.h:#define __NO_VERSION__

Regards,
Hartley



More information about the devel mailing list