]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/parisc/hppb.c
parisc: drivers/parisc/: make code static
[linux-2.6-omap-h63xx.git] / drivers / parisc / hppb.c
index 65eee67aa2ae66d9ac9130c9ee7efb6fab896a74..13856415b4326aace5ceacec61962e94e59f0306 100644 (file)
@@ -29,7 +29,7 @@ struct hppb_card {
        struct hppb_card *next;
 };
 
-struct hppb_card hppb_card_head = {
+static struct hppb_card hppb_card_head = {
        .hpa = 0,
        .next = NULL,
 };