diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 10:20:19 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2010-08-14 22:26:51 +0200 |
commit | bf56fba6703592149e1bcd19220c60eb42dff9b7 (patch) | |
tree | 45908384005037b96ef4561345ded09da1798f14 /arch/frv | |
parent | 60641aa1f379820e99ac7f45a38b43795670c741 (diff) | |
download | op-kernel-dev-bf56fba6703592149e1bcd19220c60eb42dff9b7.zip op-kernel-dev-bf56fba6703592149e1bcd19220c60eb42dff9b7.tar.gz |
archs: replace unifdef-y with header-y
unifdef-y and header-y have same semantic, so drop unifdef-y
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/include/asm/Kbuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/frv/include/asm/Kbuild b/arch/frv/include/asm/Kbuild index 0f8956d..5be6663 100644 --- a/arch/frv/include/asm/Kbuild +++ b/arch/frv/include/asm/Kbuild @@ -1,5 +1,4 @@ include include/asm-generic/Kbuild.asm header-y += registers.h - -unifdef-y += termios.h +header-y += termios.h |