On branch ipipe-4.1.y in drivers/pinctrl/pinctrl.c at line 221:

#define PCS_QUIRK_SHARED_IRQ    (1 << 2)
#define PCS_FEAT_IRQ            (1 << 1)
#define PCS_FEAT_PINCONF        (1 << 0)
        struct pcs_soc_data socdata;
#ifdef CONFIG_IPIPE
        ipipe_spinlock_t lock;
#else /* !IPIPE */
        raw_spinlock_t lock                  <- missing ';'
#endif /* !IPIPE */
        struct mutex mutex;
        unsigned width;
        unsigned fmask;
        unsigned fshift;

-- 
Len Sorensen

_______________________________________________
Xenomai mailing list
[email protected]
https://xenomai.org/mailman/listinfo/xenomai

Reply via email to