From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: Re: [PATCH v2 1/2] ARM : OMAP : Add empty functions in header file Date: Mon, 4 Jan 2010 14:34:23 +0200 Message-ID: <20100104123423.GA1439@gandalf> References: <1262603399-13036-1-git-send-email-x0082077@ti.com> Reply-To: me-uiRdBs8odbtmTBlB0Cgj/Q@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1262603399-13036-1-git-send-email-x0082077-l0cyMroinI0@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Maulik Mankad Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Tony Lindgren , Felipe Balbi , Greg Kroah-Hartman , Olof Johansson , Sergei Shtylyov , "Gupta, Ajay Kumar" List-Id: linux-omap@vger.kernel.org Hi, On Mon, Jan 04, 2010 at 04:39:59PM +0530, Maulik Mankad wrote: > ARM : OMAP : Add empty functions in header file not omap-specific. How about USB: instead ? > +#if defined(CONFIG_USB_NOP_XCEIV) > /* sometimes transceivers are accessed only through e.g. ULPI */ > extern void usb_nop_xceiv_register(void); > extern void usb_nop_xceiv_unregister(void); > +#else > +extern inline void usb_nop_xceiv_register() > +{ > +} > + > +extern inline void usb_nop_xceiv_unregister() I hope these are copy&paste error -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html