View | Details | Raw Unified
Collapse All | Expand All

(-) a/include/linux/input.h (-6 / +5 lines)
 Lines 796-801   struct ff_effect { Link Here 
#define FF_MAX		0x7f
#define FF_MAX		0x7f
/*
 * In-kernel definitions.
 */
#ifdef __KERNEL__
struct input_device_id {
struct input_device_id {
	kernel_ulong_t flags;
	kernel_ulong_t flags;
 Lines 834-845   struct input_device_id { Link Here 
#define INPUT_DEVICE_ID_MATCH_FFBIT	0x800
#define INPUT_DEVICE_ID_MATCH_FFBIT	0x800
#define INPUT_DEVICE_ID_MATCH_SWBIT	0x1000
#define INPUT_DEVICE_ID_MATCH_SWBIT	0x1000
#ifdef __KERNEL__
/*
 * In-kernel definitions.
 */
#include <linux/fs.h>
#include <linux/fs.h>
#include <linux/timer.h>
#include <linux/timer.h>