On Thu, Jul 21, 2011 at 9:04 AM, Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx> wrote: > From: Andy Grover <agrover@xxxxxxxxxx> > diff --git a/drivers/target/target_core_tpg.c b/drivers/target/target_core_tpg.c > index dc024c1..4e2bee9 100644 > --- a/drivers/target/target_core_tpg.c > +++ b/drivers/target/target_core_tpg.c > @@ -44,6 +44,12 @@ > #include <target/target_core_fabric_ops.h> > > #include "target_core_hba.h" > +#include "target_core_stat.h" > + > +extern struct se_device *g_lun0_dev; Same here: another extern declaraion in a C file. Fubo. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html