diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-06 15:20:25 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-06 15:20:25 +0200 |
| commit | 45b73d99c1db274964d8f1abc21150ac33989d6e (patch) | |
| tree | 5a5a5981f72ebbb292cea62950a78d198efaea98 /c04.patch | |
| parent | 6e287ace225948565fdcbe3c5cc75d3843af79d0 (diff) | |
| download | patches-45b73d99c1db274964d8f1abc21150ac33989d6e.tar.gz | |
add headers to c??.patch
Diffstat (limited to 'c04.patch')
| -rw-r--r-- | c04.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/c04.patch b/c04.patch index a791340312ac57..eed5634e699668 100644 --- a/c04.patch +++ b/c04.patch @@ -1,3 +1,19 @@ +From foo@baz Tue Jun 6 14:48:05 CEST 2017 +Date: Tue, 06 Jun 2017 14:48:05 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: scsi: ibmvscsi_tgt: remove use of class_attrs + +The class_attrs pointer is going away and it's not even being used in +this driver, so just remove it entirely. + +Cc: "Bryant G. Ly" <bryantly@linux.vnet.ibm.com> +Cc: Michael Cyr <mikecyr@linux.vnet.ibm.com> +Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com> +Cc: "Martin K. Petersen" <martin.petersen@oracle.com> +Cc: <linux-scsi@vger.kernel.org> +Cc: <target-devel@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 5 ----- 1 file changed, 5 deletions(-) |
