diff options
Diffstat (limited to 'c05.patch')
| -rw-r--r-- | c05.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/c05.patch b/c05.patch index 38c518fbc94159..3c26a6de03c4bb 100644 --- a/c05.patch +++ b/c05.patch @@ -1,3 +1,22 @@ +From foo@baz Tue Jun 6 14:48:10 CEST 2017 +Date: Tue, 06 Jun 2017 14:48:10 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: mtd: use class_groups instead of class_attrs + +The class_attrs pointer is long depreciated, and is about to be finally +removed, so move to use the class_groups pointer instead. + +Cc: Artem Bityutskiy <dedekind1@gmail.com> +Cc: Richard Weinberger <richard@nod.at> +Cc: David Woodhouse <dwmw2@infradead.org> +Cc: Brian Norris <computersforpeace@gmail.com> +Cc: Boris Brezillon <boris.brezillon@free-electrons.com> +Cc: Marek Vasut <marek.vasut@gmail.com> +Cc: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr> +Cc: <linux-mtd@lists.infradead.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/mtd/ubi/build.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) |
