diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-05-15 12:24:37 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-23 10:51:08 +0300 |
commit | d8f4494e70ae5fef159719bfbb6abedc53619bf1 (patch) | |
tree | 9176e0f495c25d477badbbdacc961fff4de4b13d /include/linux/spi | |
parent | ce9bd0a0ff106b478012dc2e4c2b10bb0138dd7a (diff) | |
download | linux-d8f4494e70ae5fef159719bfbb6abedc53619bf1.tar.xz |
pinctrl: mcp23s08: drop comment about missing irq support
The driver supports using mcp23xxx as interrupt controller, so
let's drop all comments stating otherwise.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/mcp23s08.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/spi/mcp23s08.h b/include/linux/spi/mcp23s08.h index 211f3c0ef49c..4354beefd584 100644 --- a/include/linux/spi/mcp23s08.h +++ b/include/linux/spi/mcp23s08.h @@ -1,6 +1,3 @@ - -/* FIXME driver should be able to handle IRQs... */ - struct mcp23s08_platform_data { /* For mcp23s08, up to 4 slaves (numbered 0..3) can share one SPI * chipselect, each providing 1 gpio_chip instance with 8 gpios. |