staging: ccree: drop __KERNEL__ include guard
Drop uneeded include guard for __KERNEL__. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a2316f263e
commit
6adce0c93b
|
@ -16,11 +16,9 @@
|
||||||
|
|
||||||
#ifndef _CC_LLI_DEFS_H_
|
#ifndef _CC_LLI_DEFS_H_
|
||||||
#define _CC_LLI_DEFS_H_
|
#define _CC_LLI_DEFS_H_
|
||||||
#ifdef __KERNEL__
|
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#else
|
|
||||||
#include <stdint.h>
|
|
||||||
#endif
|
|
||||||
#include "cc_bitops.h"
|
#include "cc_bitops.h"
|
||||||
|
|
||||||
/* Max DLLI size */
|
/* Max DLLI size */
|
||||||
|
|
Loading…
Reference in New Issue