X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fstr7x.c;h=015202a0e98a0660ed53b5fab913a26a60a0819e;hp=d8a4cd498b05fd73b711d1007059813bfafe6c68;hb=463257903e61947c942df3fc79519bb49074dd10;hpb=6581bf5f15f404a9a219cfed8eebced76b4414a5 diff --git a/src/flash/nor/str7x.c b/src/flash/nor/str7x.c index d8a4cd498b..015202a0e9 100644 --- a/src/flash/nor/str7x.c +++ b/src/flash/nor/str7x.c @@ -19,9 +19,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -814,4 +812,5 @@ struct flash_driver str7x_flash = { .erase_check = default_flash_blank_check, .protect_check = str7x_protect_check, .info = get_str7x_info, + .free_driver_priv = default_flash_free_driver_priv, };