]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch 'nfc-pn533-const'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Oct 2021 12:35:10 +0000 (13:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Oct 2021 12:35:10 +0000 (13:35 +0100)
commit944b33ca7bc58fc1c3d6c14702a59e925033a268
treea90b53d6d52d07a3f0eba78ff370007e5c472b75
parent6d99f85e342d2aa346c36e5fe52041a9c56a6c30
parentbc642817b6d9e058e058a0bba4bb35df19eb2911
Merge branch 'nfc-pn533-const'

Rikard Falkeborn says:

====================
nfc: pn533: Constify ops-structs

Constify a couple of ops-structs. This allows the compiler to put the
static structs in read-only memory.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>