diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:09 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:09 +0000 |
commit | de4c4d35e17830170dba6aa1b3b025d93a7b3302 (patch) | |
tree | c57b3c28c8453826a6abcef3f83b80d72f732253 /target/linux/generic/patches-3.1/870-hifn795x_byteswap.patch | |
parent | cead4b47abdebcb8506451b4a3e30028982161a1 (diff) | |
download | mtk-20170518-de4c4d35e17830170dba6aa1b3b025d93a7b3302.zip mtk-20170518-de4c4d35e17830170dba6aa1b3b025d93a7b3302.tar.gz mtk-20170518-de4c4d35e17830170dba6aa1b3b025d93a7b3302.tar.bz2 |
linux/3.1: R.I.P.
SVN-Revision: 31891
Diffstat (limited to 'target/linux/generic/patches-3.1/870-hifn795x_byteswap.patch')
-rw-r--r-- | target/linux/generic/patches-3.1/870-hifn795x_byteswap.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/generic/patches-3.1/870-hifn795x_byteswap.patch b/target/linux/generic/patches-3.1/870-hifn795x_byteswap.patch deleted file mode 100644 index 3a37c95..0000000 --- a/target/linux/generic/patches-3.1/870-hifn795x_byteswap.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/drivers/crypto/hifn_795x.c -+++ b/drivers/crypto/hifn_795x.c -@@ -682,12 +682,12 @@ static inline u32 hifn_read_1(struct hif - - static inline void hifn_write_0(struct hifn_device *dev, u32 reg, u32 val) - { -- writel((__force u32)cpu_to_le32(val), dev->bar[0] + reg); -+ writel(val, dev->bar[0] + reg); - } - - static inline void hifn_write_1(struct hifn_device *dev, u32 reg, u32 val) - { -- writel((__force u32)cpu_to_le32(val), dev->bar[1] + reg); -+ writel(val, dev->bar[1] + reg); - } - - static void hifn_wait_puc(struct hifn_device *dev) |