aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-11-05 19:16:27 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-11-05 19:16:27 +0000
commit29658c96ce9914fdf4ff4e3519fbec696ef32118 (patch)
tree94ae3a33b6da3a7eb7e7354e30b147e8e406b496 /sys/dev/flash
parent5b6478b07785cbc4771d7f164985bbd0a547091d (diff)
Notes
Diffstat (limited to 'sys/dev/flash')
-rw-r--r--sys/dev/flash/at45d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/flash/at45d.c b/sys/dev/flash/at45d.c
index 7d1172fba5a2b..7506434afe0a2 100644
--- a/sys/dev/flash/at45d.c
+++ b/sys/dev/flash/at45d.c
@@ -106,7 +106,7 @@ static int at45d_wait_ready(device_t dev, uint8_t *status);
* 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 },