2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-24 14:45:12 +08:00
linux-next/drivers/fsi
Bhumika Goyal 061c0958de drivers/fsi: add const to bin_attribute structures
Declare bin_attribute structures as const as they are only passed as an
argument to the function device_create_bin_file. This argument is of
type const, so declare the structure as const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-08-28 17:15:16 +02:00
..
fsi-core.c drivers/fsi: add const to bin_attribute structures 2017-08-28 17:15:16 +02:00
fsi-master-gpio.c drivers/fsi: Use asynchronous slave mode 2017-06-09 11:52:09 +02:00
fsi-master-hub.c drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00
fsi-master.h drivers/fsi: Use asynchronous slave mode 2017-06-09 11:52:09 +02:00
fsi-scom.c drivers/fsi: Add SCOM FSI client device driver 2017-06-09 11:52:09 +02:00
Kconfig drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00
Makefile drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00