]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sfc: Do not define inline macro
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 16 May 2008 20:19:05 +0000 (21:19 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 22 May 2008 09:59:31 +0000 (05:59 -0400)
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/sfc/net_driver.h

index 77418aed9a3930b1d5bbeaabc6df4d69addc05a0..be09180ca39dcf7b048ead38bee2f679b7f75980 100644 (file)
@@ -81,11 +81,6 @@ do {if (net_ratelimit()) EFX_INFO(efx, fmt, ##args); } while (0)
 #define EFX_LOG_RL(efx, fmt, args...) \
 do {if (net_ratelimit()) EFX_LOG(efx, fmt, ##args); } while (0)
 
-/* Kernel headers may redefine inline anyway */
-#ifndef inline
-#define inline inline __attribute__ ((always_inline))
-#endif
-
 /**************************************************************************
  *
  * Efx data structures