vserver 1.9.5.x5
[linux-2.6.git] / net / llc / llc_station.c
index 76177cd..8fe48a2 100644 (file)
@@ -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);