From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yong Wu Subject: Re: [v9,4/5] iommu/mediatek: Add mt8173 IOMMU driver Date: Mon, 22 Feb 2016 02:43:09 +0800 Message-ID: <1456080189.25237.4.camel@mhfsdcap03> References: <1455669974-1527-5-git-send-email-yong.wu@mediatek.com> <20160220070209.GA16577@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160220070209.GA16577-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Guenter Roeck Cc: Joerg Roedel , Thierry Reding , Mark Rutland , Matthias Brugger , p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org, kendrick.hsu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org, arnd-r2nGTMty4D4@public.gmane.org, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, Catalin Marinas , Will Deacon , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tomasz Figa , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Rob Herring , Daniel Kurtz , Sasha Hauer , linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, youhua.li-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, Robin Murphy , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Lucas Stach , djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org List-Id: devicetree@vger.kernel.org On Fri, 2016-02-19 at 23:02 -0800, Guenter Roeck wrote: > On Wed, Feb 17, 2016 at 08:46:13AM +0800, Yong Wu wrote: > > This patch adds support for mediatek m4u (MultiMedia Memory Management > > Unit). [...] > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > + > > Some missing includes: > > linux/bug.h > for WARN_ON() > linux/device.h > for dev_xxx() error messages, dev_get_drvdata(), etc. > linux/err.h > for error functions (IS_ERR, error definitions) > linux/slab.h > for kzalloc() etc. > linux/spinlock.h > for spinlock functions > asm/barrier.h > for wmb() > > Guenter Hi Guenter, Thanks for this suggestion. I'm sorry that I didn't get any build warning or error here. Anyway I will add them and send a quick v10. -- 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