Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi fix build



details:   https://anonhg.NetBSD.org/src/rev/8d49395b98e3
branches:  trunk
changeset: 744451:8d49395b98e3
user:      tnn <tnn%NetBSD.org@localhost>
date:      Sat Feb 01 20:11:24 2020 +0000

description:
fix build

diffstat:

 sys/dev/acpi/sdhc_acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ecf64c6f043c -r 8d49395b98e3 sys/dev/acpi/sdhc_acpi.c
--- a/sys/dev/acpi/sdhc_acpi.c  Sat Feb 01 19:41:48 2020 +0000
+++ b/sys/dev/acpi/sdhc_acpi.c  Sat Feb 01 20:11:24 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sdhc_acpi.c,v 1.13 2020/02/01 19:11:59 christos Exp $  */
+/*     $NetBSD: sdhc_acpi.c,v 1.14 2020/02/01 20:11:24 tnn Exp $       */
 
 /*
  * Copyright (c) 2016 Kimihiro Nonaka <nonaka%NetBSD.org@localhost>
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sdhc_acpi.c,v 1.13 2020/02/01 19:11:59 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sdhc_acpi.c,v 1.14 2020/02/01 20:11:24 tnn Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -91,7 +91,7 @@
        { .hid = "INT344D",              .type = SLOT_TYPE_SD },
        { .hid = "NXP0003",  .uid = "0", .type = SLOT_TYPE_SD,
                                         .flags = SDHC_ESDHC_FLAGS },
-       { .hid = "NXP0003",  .uid = "1", .type SLOT_TYPE_EMMC,
+       { .hid = "NXP0003",  .uid = "1", .type = SLOT_TYPE_EMMC,
                                         .flags = SDHC_ESDHC_FLAGS },
 
        /* Generic IDs last */



Home | Main Index | Thread Index | Old Index