Russell King - ARM Linux <[EMAIL PROTECTED]> writes:

> On Wed, Sep 03, 2008 at 03:12:19PM -0700, Tony Lindgren wrote:
>
>> +#define     OMAP_USBHOST_TLL_BASE   (OMAP_USBHOST_BASE + 0x2000)
>> +#define     OMAP_USBTLL_REVISION    (OMAP_USBHOST_TLL_BASE + 0x00)
>> +#define     OMAP_USBTLL_SYSCONFIG   (OMAP_USBHOST_TLL_BASE + 0x10)
>> +    #define OMAP_USBTLL_SYSCONFIG_CACTIVITY_SHIFT   8
>> +    #define OMAP_USBTLL_SYSCONFIG_SIDLEMODE_SHIFT   3
>
> And, fyi, gcc may currently accept this, but I seem to remember that
> the C standard doesn't permit this - the '#' should always be in
> column 0, optionally followed by white space before the directive.

C99 allows whitespace before the # character.  Older versions may have
had this restriction; I don't have a copy available.

-- 
Måns Rullgård
[EMAIL PROTECTED]

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to