Revert "staging: unisys: fix CamelCase macro names in controlframework.h"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Nov 2014 15:10:20 +0000 (07:10 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Nov 2014 15:10:20 +0000 (07:10 -0800)
This reverts commit 75185f57f110a7c48d9d33a585320c93334adf0c because it
modified the .gitignore file in the root of the tree, without saying it
did so, which isn't acceptable.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
.gitignore
drivers/staging/unisys/common-spar/include/channels/controlframework.h

index 6bfac06..e213b27 100644 (file)
@@ -96,7 +96,3 @@ x509.genkey
 
 # Kconfig presets
 all.config
-
-#eclipse files
-.project
-.cproject
index 7f1adf6..80e2df1 100644 (file)
 #include <linux/types.h>
 #include "channel.h"
 
-#define ULTRA_MEMORY_COUNT_KI 1024
+#define ULTRA_MEMORY_COUNT_Ki 1024
 
 /* Scale order 0 is one 32-bit (4-byte) word (in 64 or 128-bit
  * architecture potentially 64 or 128-bit word) */
 #define ULTRA_MEMORY_PAGE_WORD 4
 
 /* Define Ki scale page to be traditional 4KB page */
-#define ULTRA_MEMORY_PAGE_KI (ULTRA_MEMORY_PAGE_WORD * ULTRA_MEMORY_COUNT_KI)
+#define ULTRA_MEMORY_PAGE_Ki (ULTRA_MEMORY_PAGE_WORD * ULTRA_MEMORY_COUNT_Ki)
 struct spar_segment_state  {
        u16 enabled:1;          /* Bit 0: May enter other states */
        u16 active:1;           /* Bit 1: Assigned to active partition */