Aesthetical changes.
This commit is contained in:
@@ -26,20 +26,12 @@
|
|||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
#include <linux/miscdevice.h>
|
#include <linux/miscdevice.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
#include <linux/list.h>
|
#include <linux/strings.h>
|
||||||
#include "mcctrl.h"
|
#include "mcctrl.h"
|
||||||
#ifdef ATTACHED_MIC
|
#ifdef ATTACHED_MIC
|
||||||
#include <sysdeps/mic/mic/micconst.h>
|
#include <sysdeps/mic/mic/micconst.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define IKC_DEBUG
|
|
||||||
|
|
||||||
#ifdef IKC_DEBUG
|
|
||||||
#define dprintk(...) printk(__VA_ARGS__)
|
|
||||||
#else
|
|
||||||
#define dprintk(...)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define REQUEST_SHIFT 16
|
#define REQUEST_SHIFT 16
|
||||||
|
|
||||||
//int num_channels;
|
//int num_channels;
|
||||||
|
|||||||
Reference in New Issue
Block a user