diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-09-24 22:07:25 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-09-24 22:07:25 +0100 |
commit | b4daf69722c49670d355d66439abda5ab5d4c5db (patch) | |
tree | 4f257adf1af09cdb0e830881da69786d1dd47f7a /include/asm-s390 | |
parent | 9e72cbf353e259bd30ab472d72d7bdb9be23fb12 (diff) | |
download | linux-b4daf69722c49670d355d66439abda5ab5d4c5db.tar.bz2 |
[S390] Unexport <asm/z90crypt.h>, export <asm/zcrypt.h> in its place.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-s390')
-rw-r--r-- | include/asm-s390/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/Kbuild b/include/asm-s390/Kbuild index 088969d55e72..e92b429d2be1 100644 --- a/include/asm-s390/Kbuild +++ b/include/asm-s390/Kbuild @@ -6,7 +6,7 @@ header-y += qeth.h header-y += tape390.h header-y += ucontext.h header-y += vtoc.h -header-y += z90crypt.h +header-y += zcrypt.h unifdef-y += cmb.h unifdef-y += debug.h |