KVM: Move irq sharing information to irqchip level
[pandora-kernel.git] / include / linux / kref.h
index 0cef6ba..b0cb0eb 100644 (file)
@@ -16,7 +16,6 @@
 #define _KREF_H_
 
 #include <linux/types.h>
-#include <asm/atomic.h>
 
 struct kref {
        atomic_t refcount;