[Midnightbsd-cvs] src [8375] trunk/sys/dev/flash/at45d.c: remove redundant const

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 18 15:07:52 EDT 2016


Revision: 8375
          http://svnweb.midnightbsd.org/src/?rev=8375
Author:   laffer1
Date:     2016-09-18 15:07:52 -0400 (Sun, 18 Sep 2016)
Log Message:
-----------
remove redundant const

Modified Paths:
--------------
    trunk/sys/dev/flash/at45d.c

Modified: trunk/sys/dev/flash/at45d.c
===================================================================
--- trunk/sys/dev/flash/at45d.c	2016-09-18 19:06:31 UTC (rev 8374)
+++ trunk/sys/dev/flash/at45d.c	2016-09-18 19:07:52 UTC (rev 8375)
@@ -106,7 +106,7 @@
  * 2^N byte pages.  If support for the latter is enabled, the sector offset
  * has to be reduced by one.
  */
-static const struct at45d_flash_ident const at45d_flash_devices[] = {
+static const struct at45d_flash_ident at45d_flash_devices[] = {
 	{ "AT45DB011B", 0x1f2200, 512, 9, 264, 256 },
 	{ "AT45DB021B", 0x1f2300, 1024, 9, 264, 256 },
 	{ "AT45DB041x", 0x1f2400, 2028, 9, 264, 256 },



More information about the Midnightbsd-cvs mailing list