]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
linux/compat.h: remove redundant macro defines
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 26 Nov 2014 07:02:53 +0000 (16:02 +0900)
committerTom Rini <trini@ti.com>
Mon, 8 Dec 2014 14:35:46 +0000 (09:35 -0500)
commit063ec38a752a79ebcecfaf47802c636f2318c7bf
tree8514ff9ec0da8e944e06ceb4d55e721860e091a9
parentafc366f01bea2361bc08b1a7b51e0cef81d66173
linux/compat.h: remove redundant macro defines

__user and __iomem are defined in include/linux/compiler.h.
MAX_ERRNO is defined in include/linux/err.h.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
include/linux/compat.h