Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2024 09:16:49 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f9c867bf4e4c - stable/14 - LinuxKPI: add new dummy headers visibility.h and of_net.h
Message-ID:  <202410170916.49H9GnQi087837@gitrepo.freebsd.org>

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

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

commit f9c867bf4e4cb18e7bdda073ab9a74a4c1331497
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-09-28 22:35:56 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-10-16 21:50:30 +0000

    LinuxKPI: add new dummy headers visibility.h and of_net.h
    
    Those files are required by updated wireless drivers.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 6621842ccfb4dd01470e9085697b553d10634eb0)
---
 sys/compat/linuxkpi/dummy/include/kunit/visibility.h | 0
 sys/compat/linuxkpi/dummy/include/linux/of_net.h     | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys/compat/linuxkpi/dummy/include/kunit/visibility.h b/sys/compat/linuxkpi/dummy/include/kunit/visibility.h
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/sys/compat/linuxkpi/dummy/include/linux/of_net.h b/sys/compat/linuxkpi/dummy/include/linux/of_net.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?202410170916.49H9GnQi087837>