diff options
Diffstat (limited to 'p11.patch')
| -rw-r--r-- | p11.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/p11.patch b/p11.patch index 3f26572790b47b..5723c2eabd296b 100644 --- a/p11.patch +++ b/p11.patch @@ -1,3 +1,17 @@ +From foo@baz Sun Oct 6 23:44:02 PDT 2013 +Date: Sun, 06 Oct 2013 23:44:02 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: hsi: convert bus code to use dev_groups + +The dev_attrs field of struct bus_type is going away soon, dev_groups +should be used instead. This converts the hsi code to use the +correct field. + +Cc: Andrew Morton <akpm@linux-foundation.org> +Cc: Kees Cook <keescook@chromium.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/hsi/hsi.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) |
