From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Subject: Re: [PATCH v2 1/3] ARM: uniphier: add outer cache support Date: Fri, 18 Sep 2015 13:14:57 +0900 Message-ID: References: <1442211992-13177-1-git-send-email-yamada.masahiro@socionext.com> <1442211992-13177-2-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1442211992-13177-2-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel , arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Cc: Mark Rutland , Tony Lindgren , Linus Walleij , Masahiro Yamada , Jungseung Lee , Russell King , Arnd Bergmann , Nicolas Pitre , Mauro Carvalho Chehab , Jiri Slaby , Tomasz Figa , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Richard Woodruff , Kees Cook , Pawel Moll , Ian Campbell , Rob Herring , Thomas Gleixner , Paul Bolle , Greg KH , Nathan Lynch , Linux Kernel Mailing List , "David S. Miller" List-Id: devicetree@vger.kernel.org 2015-09-14 15:26 GMT+09:00 Masahiro Yamada : > diff --git a/arch/arm/mach-uniphier/uniphier.c b/arch/arm/mach-uniphier/uniphier.c > index 9be10ef..26042e3 100644 > --- a/arch/arm/mach-uniphier/uniphier.c > +++ b/arch/arm/mach-uniphier/uniphier.c > @@ -12,6 +12,10 @@ > * GNU General Public License for more details. > */ > > +#define pr_fmt(fmt) "uniphier: " fmt > + > +#include > +#include > #include > > static const char * const uniphier_dt_compat[] __initconst = { This change is unnecessary. I will fix it in v3. -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html