add calibrate_delay patch to buildroot-ng
[openwrt/openwrt.git] / openwrt / target / linux / generic-2.4 / patches / 009-calibrate_section.patch
1 --- linux.old/init/main.c 2006-09-02 20:59:53.000000000 +0200
2 +++ linux.dev/init/main.c 2006-09-02 21:00:01.000000000 +0200
3 @@ -167,7 +167,7 @@
4 better than 1% */
5 #define LPS_PREC 8
6
7 -void __init calibrate_delay(void)
8 +void calibrate_delay(void)
9 {
10 unsigned long ticks, loopbit;
11 int lps_precision = LPS_PREC;