s390/cio: add const to bin_attribute structures
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 2 Aug 2017 16:07:23 +0000 (21:37 +0530)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 3 Aug 2017 11:16:30 +0000 (13:16 +0200)
commitac34bbc3604bd7822ffb06b3e22151a6d99bc4c9
tree4698463c3eda28757ac38ae8c698a569abbb4be6
parentc7e85ae5eaab5c12fb4a2f65ffef1c3350072110
s390/cio: add const to bin_attribute structures

Add const to bin_attribute structures as they are only passed to the
functions device_{remove/create}_bin_file. The corresponding arguments
are of type const, so declare the structures to be const.

Cross compiled for s390 architecture.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/chp.c