commit | 098ef1c0ea7b1b3ff9d89364af5ebc5b672cf932 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Tue Apr 29 01:02:52 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 29 08:06:24 2008 -0700 |
tree | 2a7bb997f3476dc3dbec8b7148ea3868fb8f1665 | |
parent | d71a6d7332e5881a65249f4fb97b0db3c61dd5ec [diff] |
nbd: delete superfluous test for __GNUC__ Since <linux/compiler.h> already tests for __GNUC__, there's no point in nbd.h repeating that test. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Cc: Paul Clements <paul.clements@steeleye.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>