]> git.baikalelectronics.ru Git - kernel.git/commit
Drop the superfluous test for an old version of gcc.
authorRobert P. J. Day <rpjday@mindspring.com>
Fri, 19 Oct 2007 21:13:32 +0000 (23:13 +0200)
committerAdrian Bunk <bunk@kernel.org>
Fri, 19 Oct 2007 21:13:32 +0000 (23:13 +0200)
commitb9ec0e4f2c5f35dd1b03ff9893a6a997a755fea0
tree2d46f901123bb0b6585d662ee482f1592325df80
parentda815ed40519f6cef1247dc7d813899558a657f4
Drop the superfluous test for an old version of gcc.

The header file <linux/compiler.h> already enforces a suitably recent
version of gcc, so there's no point checking for that again.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
init/main.c