projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbd7d9
)
sfc: Do not define inline macro
author
Ben Hutchings
<bhutchings@solarflare.com>
Fri, 16 May 2008 20:19:05 +0000
(21:19 +0100)
committer
Jeff 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/sfc/net_driver.h
b/drivers/net/sfc/net_driver.h
index 77418aed9a3930b1d5bbeaabc6df4d69addc05a0..be09180ca39dcf7b048ead38bee2f679b7f75980 100644
(file)
--- a/
drivers/net/sfc/net_driver.h
+++ b/
drivers/net/sfc/net_driver.h
@@
-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