Commit d86fa178 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] remove unneeded #define LinuxVersionCode from eata.c

From:  Adrian Bunk <bunk@fs.tum.de>

  the patch below removes the unneeded #define LinuxVersionCode from
  eata.c. It's not used and if it was needed KERNEL_VERSION in
  include/linux/version.h does the same.
parent d1dfe53b
......@@ -449,10 +449,6 @@
#include <linux/version.h>
#ifndef LinuxVersionCode
#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
#endif
#define MAX_INT_PARAM 10
#if defined(MODULE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment