]> err.no Git - linux-2.6/blobdiff - drivers/isdn/capi/kcapi.h
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[linux-2.6] / drivers / isdn / capi / kcapi.h
index 1cb2c40f99219bcdeb2f8b33a62cfc8b0abf672b..244711f7f838c34ed3bd4e364ca861a91e37c3b1 100644 (file)
@@ -17,7 +17,7 @@
 
 #ifdef KCAPI_DEBUG
 #define DBG(format, arg...) do { \
-printk(KERN_DEBUG "%s: " format "\n" , __FUNCTION__ , ## arg); \
+printk(KERN_DEBUG "%s: " format "\n" , __func__ , ## arg); \
 } while (0)
 #else
 #define DBG(format, arg...) /* */