diff --git a/fs/xfs/xfs.h b/fs/xfs/xfs.h index 9355ccad9503..b335a471c088 100644 --- a/fs/xfs/xfs.h +++ b/fs/xfs/xfs.h @@ -23,6 +23,6 @@ #endif -#include "xfs_linux.h" +#include "xfs_platform.h" #endif /* __XFS_H__ */ diff --git a/fs/xfs/xfs_linux.h b/fs/xfs/xfs_platform.h similarity index 98% rename from fs/xfs/xfs_linux.h rename to fs/xfs/xfs_platform.h index 4dd747bdbcca..ec8cd71fc868 100644 --- a/fs/xfs/xfs_linux.h +++ b/fs/xfs/xfs_platform.h @@ -3,8 +3,8 @@ * Copyright (c) 2000-2005 Silicon Graphics, Inc. * All Rights Reserved. */ -#ifndef __XFS_LINUX__ -#define __XFS_LINUX__ +#ifndef _XFS_PLATFORM_H +#define _XFS_PLATFORM_H #include #include @@ -281,4 +281,4 @@ kmem_to_page(void *addr) return virt_to_page(addr); } -#endif /* __XFS_LINUX__ */ +#endif /* _XFS_PLATFORM_H */