* [PATCH 1/1 linux-next] fs/affs: import amigaffs.h
@ 2017-04-15 6:54 Fabian Frederick
0 siblings, 0 replies; only message in thread
From: Fabian Frederick @ 2017-04-15 6:54 UTC (permalink / raw)
To: Andrew Morton; +Cc: Alexander Viro, linux-fsdevel, linux-kernel, fabf
Have that file in global include/linux is not needed.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
---
fs/affs/affs.h | 2 +-
{include/linux => fs/affs}/amigaffs.h | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename {include/linux => fs/affs}/amigaffs.h (100%)
diff --git a/fs/affs/affs.h b/fs/affs/affs.h
index 2f8bab3..ba26a31 100644
--- a/fs/affs/affs.h
+++ b/fs/affs/affs.h
@@ -7,7 +7,7 @@
#include <linux/types.h>
#include <linux/fs.h>
#include <linux/buffer_head.h>
-#include <linux/amigaffs.h>
+#include "amigaffs.h"
#include <linux/mutex.h>
#include <linux/workqueue.h>
diff --git a/include/linux/amigaffs.h b/fs/affs/amigaffs.h
similarity index 100%
rename from include/linux/amigaffs.h
rename to fs/affs/amigaffs.h
--
2.9.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-04-15 6:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-15 6:54 [PATCH 1/1 linux-next] fs/affs: import amigaffs.h Fabian Frederick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).