diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-04-12 05:09:41 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-17 03:25:10 +0200 |
commit | eef58fdd010796a39be721b66c80d4a19b876e79 (patch) | |
tree | 21b878722da00cae9762887119e789370e27565f /drivers/memory/.gitignore | |
parent | Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block (diff) | |
download | linux-eef58fdd010796a39be721b66c80d4a19b876e79.tar.xz linux-eef58fdd010796a39be721b66c80d4a19b876e79.zip |
memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/
<generated/ti-emif-asm-offsets.h> is only generated and included
by drivers/memory/, so it does not need to reside in the globally
visible include/generated/.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'drivers/memory/.gitignore')
-rw-r--r-- | drivers/memory/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memory/.gitignore b/drivers/memory/.gitignore new file mode 100644 index 000000000000..cbca8b028437 --- /dev/null +++ b/drivers/memory/.gitignore @@ -0,0 +1 @@ +ti-emif-asm-offsets.h |