Merge tag 'vexpress-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Oct 2023 20:53:30 +0000 (22:53 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 16 Oct 2023 20:53:31 +0000 (22:53 +0200)
commit765e4aa6be024496e2f599cd977701996cc629a8
tree700d8a7e1995fec0eb696b666f2e4322b528b7b9
parent0aefb041c5dd4a2e594d9e2a17e4e87a6711d5bd
parentcb289ce6e2ce4cee594285d0c1e0249ae868c1de
Merge tag 'vexpress-update-6.7' of git://git./linux/kernel/git/sudeep.holla/linux into soc/drivers

Arm Vexpress updates for v6.7

Just a single update to use __counted_by annotation in config bus driver
in preparation to the upcoming versions of the toolchains(GCC and Clang)
with __counted_by attribute.

* tag 'vexpress-update-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  bus: vexpress-config: Annotate struct vexpress_syscfg_func with __counted_by

Link: https://lore.kernel.org/r/20231010124339.1620012-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>