Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6335 → Rev 6336

/drivers/include/linux/backlight.h
7,6 → 7,10
 
#ifndef _LINUX_BACKLIGHT_H
#define _LINUX_BACKLIGHT_H
 
#include <linux/device.h>
#include <linux/fb.h>
#include <linux/mutex.h>
/* Notes on locking:
*
* backlight_device->ops_lock is an internal backlight lock protecting the
/drivers/include/linux/dmi.h
2,6 → 2,7
#define __DMI_H__
 
#include <linux/list.h>
#include <linux/kobject.h>
#include <linux/mod_devicetable.h>
 
/* enum dmi_field is in mod_devicetable.h */
93,6 → 94,7
int devfn;
};
 
extern struct kobject *dmi_kobj;
extern int dmi_check_system(const struct dmi_system_id *list);
const struct dmi_system_id *dmi_first_match(const struct dmi_system_id *list);
extern const char * dmi_get_system_info(int field);
/drivers/include/linux/file.h
10,6 → 10,7
#include <linux/posix_types.h>
 
struct file;
 
extern void fput(struct file *);
extern struct file *fget(unsigned int fd);
#endif /* __LINUX_FILE_H */
/drivers/include/linux/idr.h
12,7 → 12,6
#ifndef __IDR_H__
#define __IDR_H__
 
#include <syscall.h>
#include <linux/types.h>
#include <linux/bitops.h>
#include <linux/init.h>
/drivers/include/linux/lockdep.h
2,7 → 2,7
* Runtime locking correctness validator
*
* Copyright (C) 2006,2007 Red Hat, Inc., Ingo Molnar <mingo@redhat.com>
* Copyright (C) 2007 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
* Copyright (C) 2007 Red Hat, Inc., Peter Zijlstra
*
* see Documentation/locking/lockdep-design.txt for more details.
*/
/drivers/include/linux/mmdebug.h
1,6 → 1,7
#ifndef LINUX_MM_DEBUG_H
#define LINUX_MM_DEBUG_H 1
 
#include <linux/bug.h>
#include <linux/stringify.h>
 
struct page;
/drivers/include/linux/rcutiny.h
37,6 → 37,10
might_sleep();
}
 
static inline unsigned long get_state_synchronize_sched(void)
{
return 0;
}
static inline void rcu_barrier_bh(void)
{
wait_rcu_gp(call_rcu_bh);
/drivers/include/linux/sfi.h
59,7 → 59,7
#ifndef _LINUX_SFI_H
#define _LINUX_SFI_H
 
//#include <linux/init.h>
#include <linux/init.h>
#include <linux/types.h>
 
/* Table signatures reserved by the SFI specification */