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)
commitd8af7c6ab0bc4e2404f290801982b40223a97408
tree2d46f901123bb0b6585d662ee482f1592325df80
parentb7076156af7a87799c0e425db5aec8378be1c3ea
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