Re: inlines not showing up...

B. James Phillippe (bryan@terran.org)
Thu, 10 Jun 1999 19:27:48 -0700 (PDT)


On Thu, 10 Jun 1999, Raj, Ashok wrote:

> i had a init_timer() call and i noticed that i have #include
> <linux/time.h>
>
> but compilation did not give any warnings or errors, and insmod results in
> unresolved symbol init_timer? any ideas?

Make sure you're including <linux/timer.h> and not <linux/time.h> for
timer-related functions; note the trailing "r".

-bp

--
# bryan at terran dot org
# http://www.terran.org/~bryan

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/