]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: unisys: remove references to __DATE__ and __TIME__
authorKen Cox <jkc@redhat.com>
Thu, 26 Jun 2014 14:55:55 +0000 (09:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:15:27 +0000 (20:15 -0400)
commit1bb7e4589e4a5be6380d3cb4d793cd579f1bf4cb
tree477c97cd0592459d047822ba27bb4c263e6758d0
parentabb22415cd27e82d7e4e33a5e2396eadbf19c4c0
Staging: unisys: remove references to __DATE__ and __TIME__

The use of __DATE__ and __TIME__ is no longer allowed in the kernel so this
commit removes those.  They were once useful when the drivers were being
built externally, but now that the drivers are in the kernel the use of the
macros is redundant since the kernel already has the same information
elsewhere.

In addition, using these macros breaks the build if using gcc 4.9.0

Reported-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ken Cox <jkc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/vbushelper.h
drivers/staging/unisys/uislib/uisutils.c
drivers/staging/unisys/virthba/virthba.c
drivers/staging/unisys/virtpci/virtpci.c
drivers/staging/unisys/virtpci/virtpci.h
drivers/staging/unisys/visorchipset/visorchipset_main.c