projects
/
~emulex
/
for-vlad
/
old
/
compat.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compat: backport __netdev_printk()
[~emulex/for-vlad/old/compat.git]
/
include
/
linux
/
compat-3.2.h
diff --git
a/include/linux/compat-3.2.h
b/include/linux/compat-3.2.h
index
a17c4ad
..
cb14f0b
100644
(file)
--- a/
include/linux/compat-3.2.h
+++ b/
include/linux/compat-3.2.h
@@
-73,6
+73,9
@@
static inline void *dma_zalloc_coherent(struct device *dev, size_t size,
return ret;
}
+extern int __netdev_printk(const char *level, const struct net_device *dev,
+ struct va_format *vaf);
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)) */
#endif /* LINUX_3_2_COMPAT_H */