summarylogtreecommitdiffstats
path: root/vmmon-10.0.4-3.14.patch
blob: 22977ff51b5510f7ecf4823b82e9120fe95bde5d (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -rupN vmmon-only/include/vm_assert.h vmmon-only/include/vm_assert.h
--- vmmon-only/include/vm_assert.h      2014-03-31 18:49:14.835009422 +0100
+++ vmmon-only/include/vm_assert.h      2014-03-31 18:49:21.380009439 +0100
@@ -256,6 +256,7 @@ void WarningThrottled(uint32 *count, con
                                        __FILE__, __LINE__, __FUNCTION__, \
                                        _fix))
 #else
+   #undef DEPRECATED /* in <linux/printk.h> since 3.14.0 */
    #define DEPRECATED(_fix) do {} while (0)
 #endif