ttm: Include the 'struct dev' when using the DMA API.
[pandora-kernel.git] / security / capability.c
index 30ae00f..c773635 100644 (file)
@@ -17,6 +17,11 @@ static int cap_sysctl(ctl_table *table, int op)
        return 0;
 }
 
+static int cap_syslog(int type)
+{
+       return 0;
+}
+
 static int cap_quotactl(int cmds, int type, int id, struct super_block *sb)
 {
        return 0;