Loading
cpupower: remove extern declarations in cmd functions
extern char *optarg and extern int optind, opterr, optopt are already declared by <getopt.h>, which is included at the top of the file. Repeating extern declarations inside a function body is misleading and unnecessary. Signed-off-by:Kaushlendra Kumar <kaushlendra.kumar@intel.com> Signed-off-by:
Shuah Khan <skhan@linuxfoundation.org>