make hdlc_setup() static again
authorAdrian Bunk <bunk@stusta.de>
Thu, 11 Jan 2007 13:48:59 +0000 (14:48 +0100)
committerJeff Garzik <jeff@garzik.org>
Mon, 5 Feb 2007 21:58:46 +0000 (16:58 -0500)
commit0bf94faf64afaba6e7b49fd11541b59d2ba06d0e
tree1bb3d8af111f711622ff8c73869f5b12fcd8bd51
parent0d63fb32b2b8c3464d9c1afc3ce3fd3ceec025b6
make hdlc_setup() static again

hdlc_setup was exported, but this export was never used.

If a driver using it actually shows up it can still be exported again.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/wan/hdlc.c