diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2018-10-10 20:09:28 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-10-11 17:28:03 +0300 |
commit | 55ef8262f2b1b31762b045b14182db3cc8f607d1 (patch) | |
tree | d4ae25dfe12b81f23f0a9fbb1e2d0bde03d23869 /include/linux/pxa2xx_ssp.h | |
parent | 561de45f72bd5f9b3f166bdd6151d4d0fe9e6534 (diff) | |
download | linux-55ef8262f2b1b31762b045b14182db3cc8f607d1.tar.xz |
spi: pxa2xx: Use an enum for type
That seems to be the correct type.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/pxa2xx_ssp.h')
-rw-r--r-- | include/linux/pxa2xx_ssp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pxa2xx_ssp.h b/include/linux/pxa2xx_ssp.h index 13b4244d44c1..262e1f318836 100644 --- a/include/linux/pxa2xx_ssp.h +++ b/include/linux/pxa2xx_ssp.h @@ -217,7 +217,7 @@ struct ssp_device { const char *label; int port_id; - int type; + enum pxa_ssp_type type; int use_count; int irq; |