> -static struct tq_struct tcic_task = {
> - routine: tcic_bh
> +DECLARE_TASK_QUEUE(tcic_task);
> +struct tq_struct run_tcic_task = {
> + routine: (void (*)(void *)) tcic_bh
> };
Why remove the 'static' ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- INIT_LIST_HEAD marco audit Frank Davis
- Re: INIT_LIST_HEAD marco audit Mohammad A. Haque
- Re: INIT_LIST_HEAD marco audit Mohammad A. Haque
- Re: INIT_LIST_HEAD marco audit Mohammad A. Haque
- Re: INIT_LIST_HEAD marco audit Miles Lane
- Re: INIT_LIST_HEAD marco audit Mohammad A. Haque
- Re: INIT_LIST_HEAD marco audit Alan Cox
- Re: INIT_LIST_HEAD marco audit Mohammad A. Haque
- Re: INIT_LIST_HEAD marco audit Andrew Morton

