summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler-gcc.h
Commit message (Collapse)AuthorAgeFilesLines
* compiler*.h: include/linux/compiler*.h with Linux 4.5Alexander Stein2016-04-081-1/+34
| | | | | | | | | Include <linux/types.h> instead of uapi/linux/types.h. This is required for READ_ONCE and WRITE_ONCE for upcoming atomic_t. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* build: update compiler*.h to newest versionsAlexey Galakhov2015-07-061-32/+195
| | | | | | | This adds the support for gcc 5.x and clang. Signed-off-by: Alexey Galakhov <agalakhov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* import recent include/linux/compiler*.hMarc Kleine-Budde2010-02-161-3/+27
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* add compiler header files from kernelSascha Hauer2008-08-131-0/+63
Add include/linux/compiler*.h from Linux Kernel and remove old include/compiler.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>