diff options
Diffstat (limited to 'p04.patch')
| -rw-r--r-- | p04.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/p04.patch b/p04.patch index c1146aea5f6a41..7cd0a254a74be8 100644 --- a/p04.patch +++ b/p04.patch @@ -1,3 +1,20 @@ +From foo@baz Sun Oct 6 13:36:04 PDT 2013 +Date: Sun, 06 Oct 2013 13:36:04 -0700 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: MMC: 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 MMC bus code to use the +correct field. + +Cc: Chris Ball <cjb@laptop.org> +Cc: Ulf Hansson <ulf.hansson@linaro.org> +Cc: Konstantin Dorfman <kdorfman@codeaurora.org> +Cc: Seungwon Jeon <tgih.jun@samsung.com> +Cc: <linux-mmc@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/mmc/core/bus.c | 12 +++++++----- drivers/mmc/core/sdio_bus.c | 19 +++++++++++-------- |
