Bluetooth: Ensure that HCI sysfs add/del is preempt safe
[safe/jmp/linux-2.6] / include / asm-m32r / current.h
index c19d927..7859d86 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _ASM_M32R_CURRENT_H
 #define _ASM_M32R_CURRENT_H
 
-/* $Id$ */
-
 #include <linux/thread_info.h>
 
 struct task_struct;
@@ -15,4 +13,3 @@ static __inline__ struct task_struct *get_current(void)
 #define current        (get_current())
 
 #endif /* _ASM_M32R_CURRENT_H */
-