X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fmfd%2Fstmpe.h;h=2d045f26f193eb0e96ecf32ee1cc1f07b39ca99c;hb=fc335c1b68c68f626f07f1819e57d112d666bbba;hp=9e4d21d37a1155378352be5807d2a18a2d7a807f;hpb=1c92f88542faa3ae4f970c548b4fe8275a45201b;p=cascardo%2Flinux.git diff --git a/drivers/mfd/stmpe.h b/drivers/mfd/stmpe.h index 9e4d21d37a11..2d045f26f193 100644 --- a/drivers/mfd/stmpe.h +++ b/drivers/mfd/stmpe.h @@ -97,7 +97,7 @@ struct stmpe_client_info { void (*init)(struct stmpe *stmpe); }; -int stmpe_probe(struct stmpe_client_info *ci, int partnum); +int stmpe_probe(struct stmpe_client_info *ci, enum stmpe_partnum partnum); int stmpe_remove(struct stmpe *stmpe); #define STMPE_ICR_LSB_HIGH (1 << 2)