From: Greg Kroah-Hartman
Date: Fri, 9 Jun 2017 11:03:09 +0200
> We are trying to get rid of DRIVER_ATTR(), and the ehea driver's
> attribute can be trivially changed to use DRIVER_ATTR_RO().
>
> Cc: Douglas Miller
> Cc:
> Signed-off-by: Greg Kroah-Hartman
Acked-by: David S. Miller
We are trying to get rid of DRIVER_ATTR(), and the ehea driver's
attribute can be trivially changed to use DRIVER_ATTR_RO().
Cc: Douglas Miller
Cc:
Signed-off-by: Greg Kroah-Hartman
---
drivers/net/ethernet/ibm/ehea/ehea_main.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff