X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fbottom_half.h;h=27b1bcffe40853e8e1f6c1f629525c94ec2a343e;hb=574c3fdae3890e60f8bc59e8107686944ba1e446;hp=777dbf695d449e4b0d03346a8b5c39877ee34d97;hpb=6ee7e78e7c78d871409ad4df30551c9355be7d0e;p=~andy%2Flinux diff --git a/include/linux/bottom_half.h b/include/linux/bottom_half.h index 777dbf695d4..27b1bcffe40 100644 --- a/include/linux/bottom_half.h +++ b/include/linux/bottom_half.h @@ -2,7 +2,6 @@ #define _LINUX_BH_H extern void local_bh_disable(void); -extern void __local_bh_enable(void); extern void _local_bh_enable(void); extern void local_bh_enable(void); extern void local_bh_enable_ip(unsigned long ip);