move everything out of trunk
[lttv.git] / tests / kernel / ltt-facility-loader-tests.c
index 3a232c7f953773df6ec44a614278242f2ac99255..e384af5c544d5747ff6e142878ec93386e5375b6 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/ltt-facilities.h>
 #include <linux/module.h>
 #include <linux/init.h>
-#include <linux/config.h>
 #include "ltt-facility-loader-tests.h"
 
 
@@ -51,7 +50,7 @@ static void __exit facility_exit(void)
        int err;
 
        err = ltt_facility_unregister(LTT_FACILITY_SYMBOL);
-       if(err != 0)
+       if (err != 0)
                printk(KERN_ERR "LTT : Error in unregistering facility.\n");
 
 }
This page took 0.022507 seconds and 4 git commands to generate.