From: Robert P. J. Day Date: Tue, 29 Apr 2008 08:02:52 +0000 (-0700) Subject: nbd: delete superfluous test for __GNUC__ X-Git-Tag: upstream/snapshot3+hdmi~25606 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=098ef1c0ea7b1b3ff9d89364af5ebc5b672cf932;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git nbd: delete superfluous test for __GNUC__ Since already tests for __GNUC__, there's no point in nbd.h repeating that test. Signed-off-by: Robert P. J. Day Cc: Paul Clements Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/nbd.h b/include/linux/nbd.h index 6907551..155719d 100644 --- a/include/linux/nbd.h +++ b/include/linux/nbd.h @@ -88,11 +88,7 @@ struct nbd_request { char handle[8]; __be64 from; __be32 len; -} -#ifdef __GNUC__ - __attribute__ ((packed)) -#endif -; +} __attribute__ ((packed)); /* * This is the reply packet that nbd-server sends back to the client after