Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3120 → Rev 4104

/drivers/video/drm/i2c/i2c-algo-bit.c
27,6 → 27,7
#include <linux/kernel.h>
#include <linux/spinlock.h>
#include <syscall.h>
#include <linux/jiffies.h>
#include <errno.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>
43,7 → 44,7
} while (0)
#else
#define bit_dbg(level, dev, format, args...) \
do { /* dbgprintf(format, ##args); */ } while (0)
do {} while (0)
#endif /* DEBUG */
 
/* ----- global variables --------------------------------------------- */
/drivers/video/drm/i2c/i2c-core.c
32,6 → 32,7
#include <errno.h>
#include <linux/i2c.h>
#include <syscall.h>
#include <linux/jiffies.h>
 
 
 
104,7 → 105,7
SET_RUNTIME_PM_OPS(
pm_generic_runtime_suspend,
pm_generic_runtime_resume,
pm_generic_runtime_idle
NULL
)
};