aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.4/214-spidev_h_portability.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-08 09:56:49 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-08 09:56:49 +0200
commit4017c528ca9e0fda8eec87ec0cbc93fabfa53530 (patch)
treeab7d831e3c61e638b62b57e09f7b31baac697b9c /target/linux/generic/pending-4.4/214-spidev_h_portability.patch
parente3ab280e47000aee3dc0ea916bcb656490e9839d (diff)
downloadupstream-4017c528ca9e0fda8eec87ec0cbc93fabfa53530.tar.gz
upstream-4017c528ca9e0fda8eec87ec0cbc93fabfa53530.tar.bz2
upstream-4017c528ca9e0fda8eec87ec0cbc93fabfa53530.zip
kernel: remove linux 4.4 support
No targets are using it anymore Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.4/214-spidev_h_portability.patch')
-rw-r--r--target/linux/generic/pending-4.4/214-spidev_h_portability.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/pending-4.4/214-spidev_h_portability.patch b/target/linux/generic/pending-4.4/214-spidev_h_portability.patch
deleted file mode 100644
index 39fa32ffa2..0000000000
--- a/target/linux/generic/pending-4.4/214-spidev_h_portability.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/uapi/linux/spi/spidev.h
-+++ b/include/uapi/linux/spi/spidev.h
-@@ -112,7 +112,7 @@ struct spi_ioc_transfer {
-
- /* not all platforms use <asm-generic/ioctl.h> or _IOC_TYPECHECK() ... */
- #define SPI_MSGSIZE(N) \
-- ((((N)*(sizeof (struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) \
-+ ((((N)*(sizeof (struct spi_ioc_transfer))) < (1 << 13)) \
- ? ((N)*(sizeof (struct spi_ioc_transfer))) : 0)
- #define SPI_IOC_MESSAGE(N) _IOW(SPI_IOC_MAGIC, 0, char[SPI_MSGSIZE(N)])
-