Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1624036
| From | Fabian Frederick <fabf@skynet.be> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/1 linux-next] fs/affs: import amigaffs.h |
| Date | 2017-04-15 09:00 +0200 |
| Message-ID | <twpQC-3lG-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/1 linux-next] fs/affs: import amigaffs.h Fabian Frederick <fabf@skynet.be> - 2017-04-15 09:00 +0200
csiph-web