The branch main has been updated by jhb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=019493db3ed0da9268443317420d0ac9d7323451

commit 019493db3ed0da9268443317420d0ac9d7323451
Author:     John Baldwin <[email protected]>
AuthorDate: 2022-04-12 21:58:58 +0000
Commit:     John Baldwin <[email protected]>
CommitDate: 2022-04-12 21:58:58 +0000

    ata_kauai: Remove unused variable.
---
 sys/powerpc/powermac/ata_kauai.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/powerpc/powermac/ata_kauai.c b/sys/powerpc/powermac/ata_kauai.c
index ffe8cea3a77f..f1aea059057f 100644
--- a/sys/powerpc/powermac/ata_kauai.c
+++ b/sys/powerpc/powermac/ata_kauai.c
@@ -198,7 +198,6 @@ ata_kauai_probe(device_t dev)
 {
        struct ata_kauai_softc *sc;
        u_int32_t devid;
-       phandle_t node;
        const char *compatstring = NULL;
        int i, found;
 
@@ -214,7 +213,6 @@ ata_kauai_probe(device_t dev)
        if (!found)
                return (ENXIO);
 
-       node = ofw_bus_get_node(dev);
        sc = device_get_softc(dev);
        bzero(sc, sizeof(struct ata_kauai_softc));
 

Reply via email to