X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fparisc%2Fhppb.c;h=13856415b4326aace5ceacec61962e94e59f0306;hb=e7241d771419b8a8671ebc46a043c324ccb0dcf7;hp=a728a7cd2fc80156ae3fd1b1d358e6b87934eb87;hpb=d083450939dcfdc9f0e791e98478bd6d8ff80eea;p=karo-tx-linux.git diff --git a/drivers/parisc/hppb.c b/drivers/parisc/hppb.c index a728a7cd2fc8..13856415b432 100644 --- a/drivers/parisc/hppb.c +++ b/drivers/parisc/hppb.c @@ -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, }; @@ -95,7 +95,7 @@ static struct parisc_driver hppb_driver = { }; /** - * hppb_init - HP-PB bus initalization procedure. + * hppb_init - HP-PB bus initialization procedure. * * Register this driver. */