]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/capability.c
r8169: update the phy init for the 8168C
[linux-2.6-omap-h63xx.git] / kernel / capability.c
index c8d3c776203490b763c0cc65bd7444a29655804a..4e350a36ed6a177a5422cf097c8120269490d785 100644 (file)
@@ -17,9 +17,6 @@
 unsigned securebits = SECUREBITS_DEFAULT; /* systemwide security settings */
 kernel_cap_t cap_bset = CAP_INIT_EFF_SET;
 
-EXPORT_SYMBOL(securebits);
-EXPORT_SYMBOL(cap_bset);
-
 /*
  * This lock protects task->cap_* for all tasks including current.
  * Locking rule: acquire this prior to tasklist_lock.
@@ -244,7 +241,6 @@ int __capable(struct task_struct *t, int cap)
        }
        return 0;
 }
-EXPORT_SYMBOL(__capable);
 
 int capable(int cap)
 {