diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-08 16:16:08 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-08 16:16:08 +0200 |
| commit | 1670862cd60c9110a93d8fdd186d4bfe51b185d1 (patch) | |
| tree | d21ba0888cde520dfd57d7237a6f24847a9c1b36 /d07.patch | |
| parent | d23211444204e09eada13d0a53c8e4cbb28cac3e (diff) | |
| download | patches-1670862cd60c9110a93d8fdd186d4bfe51b185d1.tar.gz | |
add some headers to some patches
Diffstat (limited to 'd07.patch')
| -rw-r--r-- | d07.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/d07.patch b/d07.patch index df85fc6a4c8aa8..2e8b3d0acef337 100644 --- a/d07.patch +++ b/d07.patch @@ -1,3 +1,16 @@ +From foo@baz Thu Jun 8 15:03:19 CEST 2017 +Date: Thu, 08 Jun 2017 15:03:19 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: net: ehea: convert to use DRIVER_ATTR_RO + +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 <dougmill@linux.vnet.ibm.com> +Cc: <netdev@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/net/ethernet/ibm/ehea/ehea_main.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) |
