Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2023 23:08:59 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ab55b58b5c51 - main - LinuxKPI: add dummy of.h
Message-ID:  <202306102308.35AN8xlN060682@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bz:

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

commit ab55b58b5c515148e6ef65422c9fda17085f07cd
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-06-10 22:52:04 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2023-06-10 23:05:49 +0000

    LinuxKPI: add dummy of.h
    
    Given https://reviews.freebsd.org/D34318 was abandoned add an empty
    of.h dummy header file to at least avoid #include errors and avoid
    covering those #include with CONFIG_OF.
    
    MFC after:      10 days
---
 sys/compat/linuxkpi/dummy/include/linux/of.h | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys/compat/linuxkpi/dummy/include/linux/of.h b/sys/compat/linuxkpi/dummy/include/linux/of.h
new file mode 100644
index 000000000000..e69de29bb2d1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306102308.35AN8xlN060682>