diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-05 20:51:18 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-05 23:54:18 +0200 |
commit | eb3a99bc183e36922b9e8314620e4e64964bcaf0 (patch) | |
tree | 9f810d6d91e43a3e3dd05ba6b0c9b450b96be5bc /target/linux/bcm27xx/patches-5.4/950-0840-uapi-bcm2835-isp-Fixups-for-bcm2835-isp-uapi-structu.patch | |
parent | 81ba544f88e6fd3252fb2f7dd9103c4bd9f83bfb (diff) | |
download | upstream-eb3a99bc183e36922b9e8314620e4e64964bcaf0.tar.gz upstream-eb3a99bc183e36922b9e8314620e4e64964bcaf0.tar.bz2 upstream-eb3a99bc183e36922b9e8314620e4e64964bcaf0.zip |
bcm27xx: remove obsolete kernel 5.4
With the upgrade to kernel 5.10 per default the old version is no
longer required to be in tree.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.4/950-0840-uapi-bcm2835-isp-Fixups-for-bcm2835-isp-uapi-structu.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.4/950-0840-uapi-bcm2835-isp-Fixups-for-bcm2835-isp-uapi-structu.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/bcm27xx/patches-5.4/950-0840-uapi-bcm2835-isp-Fixups-for-bcm2835-isp-uapi-structu.patch b/target/linux/bcm27xx/patches-5.4/950-0840-uapi-bcm2835-isp-Fixups-for-bcm2835-isp-uapi-structu.patch deleted file mode 100644 index e3ee0d96d7..0000000000 --- a/target/linux/bcm27xx/patches-5.4/950-0840-uapi-bcm2835-isp-Fixups-for-bcm2835-isp-uapi-structu.patch +++ /dev/null @@ -1,34 +0,0 @@ -From b1a21b378ea123942db1d07007a040c5e89b23aa Mon Sep 17 00:00:00 2001 -From: Naushir Patuck <naush@raspberrypi.com> -Date: Tue, 19 May 2020 15:57:23 +0100 -Subject: [PATCH] uapi: bcm2835-isp: Fixups for bcm2835-isp uapi - structures - -Rename pad_[] to padding[]. -struct bcm2835_isp_rational.den is now unsigned. - -Signed-off-by: Naushir Patuck <naush@raspberrypi.com> ---- - include/uapi/linux/bcm2835-isp.h | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - ---- a/include/uapi/linux/bcm2835-isp.h -+++ b/include/uapi/linux/bcm2835-isp.h -@@ -46,7 +46,7 @@ - */ - struct bcm2835_isp_rational { - __s32 num; -- __s32 den; -+ __u32 den; - }; - - /** -@@ -140,7 +140,7 @@ struct bcm2835_isp_black_level { - __u16 black_level_r; - __u16 black_level_g; - __u16 black_level_b; -- __u8 pad_[2]; /* Unused */ -+ __u8 padding[2]; /* Unused */ - }; - - /** |