Update to v3.18.18 kernel headers.

Change-Id: I0a0f423bda89500ad8e13a80582f05ec8bc756ea
This commit is contained in:
Christopher Ferris
2015-07-13 17:21:18 -07:00
parent 5e3dc45a16
commit dda4fd4644
2 changed files with 7 additions and 6 deletions

View File

@@ -16,5 +16,5 @@
***
****************************************************************************
****************************************************************************/
#define LINUX_VERSION_CODE 201226
#define LINUX_VERSION_CODE 201234
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))