X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=inline;f=net%2Fllc%2Fllc_station.c;h=8fe48a24bad5f1606826f57e5e018432fa00881a;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=76177cdcf5913379f7034f58002f9ec58824f378;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/net/llc/llc_station.c b/net/llc/llc_station.c index 76177cdcf..8fe48a24b 100644 --- a/net/llc/llc_station.c +++ b/net/llc/llc_station.c @@ -642,7 +642,7 @@ static void llc_station_service_events(void) * Queues an event (on the station event queue) for handling by the * station state machine and attempts to process any queued-up events. */ -void llc_station_state_process(struct sk_buff *skb) +static void llc_station_state_process(struct sk_buff *skb) { spin_lock_bh(&llc_main_station.ev_q.lock); skb_queue_tail(&llc_main_station.ev_q.list, skb);