[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1159131115.24527.956.camel@pmac.infradead.org>
Date: Sun, 24 Sep 2006 21:51:55 +0100
From: David Woodhouse <dwmw2@...radead.org>
To: Martin Schwidefsky <schwidefsky@...ibm.com>, akpm@...l.org
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [S390] remove old z90crypt driver.
On Fri, 2006-09-22 at 21:01 +0000, Linux Kernel Mailing List wrote:
> [S390] remove old z90crypt driver.
>
> The z90crypt driver has served its term. It is replaced by the shiny
> new zcrypt device driver.
>
> Signed-off-by: Martin Schwidefsky <schwidefsky@...ibm.com>
You neglected to remove the defunct z90crypt.h from
include/asm-s390/Kbuild, breaking 'make headers_install' on s390.
You also neglected to export the new asm/zcrypt.h too. This should fix
both:
Signed-off-by: David Woodhouse <dwmw2@...radead.org>
--- 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
--
dwmw2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists