From: Taku Izumi <izumi.taku@xxxxxxxxxxxxxx> Date: Thu, 20 Aug 2015 17:46:06 +0900 > diff --git a/drivers/net/fjes/fjes.h b/drivers/net/fjes/fjes.h > index 4622da1..15ded96 100644 > --- a/drivers/net/fjes/fjes.h > +++ b/drivers/net/fjes/fjes.h > @@ -28,6 +28,6 @@ > > extern char fjes_driver_name[]; > extern char fjes_driver_version[]; > -extern u32 fjes_support_mtu[]; > +extern const u32 fjes_support_mtu[]; > > #endif /* FJES_H_ */ This is kind of rediculous. Just declare it 'const' from the start in the patch where you add it for the first time. -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html