Re: [PATCH] net: constify mdiobb_ops structures

From: David Miller
Date: Mon Jan 16 2017 - 13:47:12 EST


From: Bhumika Goyal <bhumirks@xxxxxxxxx>
Date: Fri, 13 Jan 2017 23:32:26 +0530

> Declare mdiobb_ops structures as const as they are only stored in the
> ops field of mdiobb_ctrl structures. This field is of type const, so
> mdiobb_ops structures having this property can be declared const too.

This patch doesn't apply cleanly to net-next, please respin.