aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mpi.h
diff options
context:
space:
mode:
authorDmitry Kasatkin <dmitry.kasatkin@intel.com>2012-01-26 19:13:16 +0200
committerJames Morris <jmorris@namei.org>2012-02-02 00:23:14 +1100
commit3cccd1543ab623a5065335bf08350e06ffc788ab (patch)
treee6f92704984d5390c22c3c0e165161ed2dc215ca /include/linux/mpi.h
parentlib/mpi: added missing NULL check (diff)
downloadlinux-dev-3cccd1543ab623a5065335bf08350e06ffc788ab.tar.xz
linux-dev-3cccd1543ab623a5065335bf08350e06ffc788ab.zip
lib/mpi: replaced MPI_NULL with normal NULL
MPI_NULL is replaced with normal NULL. Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com> Reviewed-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'include/linux/mpi.h')
-rw-r--r--include/linux/mpi.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mpi.h b/include/linux/mpi.h
index 06f88994ccaa..d02cca6cc8ce 100644
--- a/include/linux/mpi.h
+++ b/include/linux/mpi.h
@@ -57,8 +57,6 @@ struct gcry_mpi {
typedef struct gcry_mpi *MPI;
-#define MPI_NULL NULL
-
#define mpi_get_nlimbs(a) ((a)->nlimbs)
#define mpi_is_neg(a) ((a)->sign)