zephyr/drivers/ps2
Tomasz Bursztyka ef560e0a53 drivers: Manual const-ification of device driver instance
These are all the case that coccinelle cannot find as they are inside
macro declarations.

Fixed via:

git grep -rlz -E "\(struct device \*" |
	xargs -0 sed -i 's/(struct device/(const struct device/g'

Fixes #27399

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-09-02 13:48:13 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.xec drivers: ps2: Compile out PS/2 in terms of an eSPI peripheral 2019-11-20 15:02:08 -05:00
ps2_handlers.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
ps2_mchp_xec.c isr: Normalize usage of device instance through ISR 2020-09-02 13:48:13 +02:00