Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2023 01:01:05 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: b7afaf8a411a - main - LinuxKPI: add further dummy header files
Message-ID:  <202305200101.34K115DZ077392@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=b7afaf8a411a0536691feabb024ffd5afb579eb5

commit b7afaf8a411a0536691feabb024ffd5afb579eb5
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2023-05-20 00:41:45 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2023-05-20 00:57:38 +0000

    LinuxKPI: add further dummy header files
    
    Wireless drivers try to include these files.  Add them empty for no
    better reason yet.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      10 days
---
 sys/compat/linuxkpi/dummy/include/linux/kstrtox.h | 0
 sys/compat/linuxkpi/dummy/include/linux/of_irq.h  | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys/compat/linuxkpi/dummy/include/linux/kstrtox.h b/sys/compat/linuxkpi/dummy/include/linux/kstrtox.h
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/sys/compat/linuxkpi/dummy/include/linux/of_irq.h b/sys/compat/linuxkpi/dummy/include/linux/of_irq.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?202305200101.34K115DZ077392>