[PATCH 1/8] rpdfs: fix compiler warning in place.h
Valerie Aurora <[email protected]> Fri, 24 Apr 2026 16:05:13 +0200
| Newsgroups | dev.linux.lists.rpdfs-devel |
|---|---|
| Message-ID | <[email protected]> |
Add a header file to place.h to stop gcc from complaining about undeclared byteswap functions. Signed-off-by: Valerie Aurora <[email protected]> --- fs/rpdfs/place.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/rpdfs/place.h b/fs/rpdfs/place.h index b1af84514189..3881b30d6e1e 100644 --- a/fs/rpdfs/place.h +++ b/fs/rpdfs/place.h @@ -2,6 +2,8 @@ #ifndef RPDFS_PLACE_H #define RPDFS_PLACE_H +#include <asm/byteorder.h> + #include "format-msg.h" #define RPF "%llx%016llx" -- 2.49.0