Re: [RFC PATCH 2/2] lpfc: add target hooks

2015-04-24 Thread Sebastian Herbszt
Andy Grover wrote: > On 04/12/2015 07:17 AM, Sebastian Herbszt wrote: > > Add target hooks. > > > > Signed-off-by: Sebastian Herbszt > > > +#ifdef LPFC_TARGET_MODE > > +#include "lpfc_target_api.h" > > +#include "lpfc_target_api_base.h" > > +#endif > > Hi, great to see new fabrics posted. The c

Re: [RFC PATCH 2/2] lpfc: add target hooks

2015-04-14 Thread Andy Grover
On 04/12/2015 07:17 AM, Sebastian Herbszt wrote: Add target hooks. Signed-off-by: Sebastian Herbszt +#ifdef LPFC_TARGET_MODE +#include "lpfc_target_api.h" +#include "lpfc_target_api_base.h" +#endif Hi, great to see new fabrics posted. There are a great many ifdefs like this. Are they stri