]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/printk/printk.c
pstore: add pstore unregister
[karo-tx-linux.git] / kernel / printk / printk.c
index 8f0324ef72ab374925badb5454aa0a79ae731c61..b16f35487b67985275169cc0bbaa4efc6cce171d 100644 (file)
@@ -517,6 +517,7 @@ int check_syslog_permissions(int type, int source)
 ok:
        return security_syslog(type);
 }
+EXPORT_SYMBOL_GPL(check_syslog_permissions);
 
 static void append_char(char **pp, char *e, char c)
 {