Large cleanup, mostly removal of all printk's and printfs in libust
[ust.git] / include / ust / kernelcompat.h
index 5cc5eaa22e70b963795619b963c1c2f8ed9504da..032030ac1f1526cb252ab94776a43af83c66f146 100644 (file)
@@ -82,12 +82,6 @@ static inline long IS_ERR(const void *ptr)
 
 #define GFP_KERNEL
 
-/* PRINTK */
-
-#include <stdio.h>
-#define printk(fmt, args...) printf(fmt, ## args)
-
-
 /* ATTRIBUTES */
 
 #define ____cacheline_aligned
This page took 0.022958 seconds and 4 git commands to generate.