Skip to content

Commit

Permalink
Staging: comedi: addi_amcc_s5933.h: sparse cleanup
Browse files Browse the repository at this point in the history
Mark a variable static that does not need to be global.

Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent 2f78c64 commit ad2d471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/addi-data/addi_amcc_s5933.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ struct pcilst_struct {
};

/* ptr to root list of all amcc devices */
struct pcilst_struct *amcc_devices;
static struct pcilst_struct *amcc_devices;

static const int i_ADDIDATADeviceID[] = { 0x15B8, 0x10E8 };

Expand Down

0 comments on commit ad2d471

Please sign in to comment.