Input: sun4i-ts - constify thermal_zone_of_device_ops structures
Julia Lawall authored

The thermal_zone_of_device_ops structure is only passed as the fourth
argument to devm_thermal_zone_of_sensor_register, which is declared
as const.  Thus the thermal_zone_of_device_ops structure itself can
be const.

Done with the help of Coccinelle.
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
d54cf213
Name Last commit Last update
Documentation Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next
arch ARM: pxa/raumfeld: mark rotary encoder properties as __initconst
block block: provide bio_uninit() free freeing integrity/task associations
certs scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
crypto crypto : asymmetric_keys : verify_pefile:zero memory content before freeing
drivers Input: sun4i-ts - constify thermal_zone_of_device_ops structures
firmware firmware/Makefile: force recompilation if makefile changes
fs Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
include Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core into next
init Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
ipc mm: introduce kv[mz]alloc helpers
kernel Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
lib driver core: emit uevents when device is bound to a driver
mm slub: make sysfs file removal asynchronous
net net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()
samples samples/bpf: run cleanup routines when receiving SIGTERM
scripts Merge tag 'kbuild-fixes-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security selinux: fix double free in selinux_parse_opts_str()
sound ALSA: hda - Fix endless loop of codec configure
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
usr initramfs: fix disabling of initramfs (and its compression)
virt KVM: arm/arm64: Handle possible NULL stage2 pud when ageing pages
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.