Skip to content

Commit 9398cee

Browse files
committed
Merge tag 'omap-for-v6.9/ti-sysc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into soc/drivers
Driver change for ti-sysc Just one change to constify struct device_type. * tag 'omap-for-v6.9/ti-sysc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap: bus: ti-sysc: constify the struct device_type usage Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 63caaee + 097948a commit 9398cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bus/ti-sysc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ static int sysc_child_add_clocks(struct sysc *ddata,
24002400
return 0;
24012401
}
24022402

2403-
static struct device_type sysc_device_type = {
2403+
static const struct device_type sysc_device_type = {
24042404
};
24052405

24062406
static struct sysc *sysc_child_to_parent(struct device *dev)

0 commit comments

Comments
 (0)