From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hans J. Koch" Subject: Re: [PATCH v2] uio/pdrv_genirq: Add OF support Date: Sun, 17 Apr 2011 20:08:01 +0200 Message-ID: <20110417180801.GA2866@local> References: <1302774106-32764-1-git-send-email-monstr@monstr.eu> <20110414230602.GC2780@local> <201104171953.42440.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <201104171953.42440.arnd-r2nGTMty4D4@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Arnd Bergmann Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "Hans J. Koch" , john.williams-g5w7nrANp4BDPfheJLI6IQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Sun, Apr 17, 2011 at 07:53:42PM +0200, Arnd Bergmann wrote: > On Friday 15 April 2011, Hans J. Koch wrote: > > > +#ifdef CONFIG_OF > > > +/* > > > + * Empty match table for of_platform binding > > > + * Select your custom compatible string in format > > > + * { .compatible = "", }, > > > + */ > > > +static const struct of_device_id __devinitconst uio_of_genirq_match[] = { > > > + { /* end of list */ }, > > > > doesn't that want a NULL termination? > > > > It is NULL terminated, that is the /* end of list */. Right. Thanks, Hans