Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e632cd94 authored by Jim Cromie's avatar Jim Cromie Committed by Dominik Brodowski
Browse files

pcmcia: replace open-coded ARRAY_SIZE with macro

parent aaa20fc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ static pcic_t pcic[] = {
    { "VIA VT83C469", IS_CIRRUS|IS_VIA },
};

#define PCIC_COUNT	(sizeof(pcic)/sizeof(pcic_t))
#define PCIC_COUNT	ARRAY_SIZE(pcic)

/*====================================================================*/