frontends: convert line endings from windows to unix format

This commit is contained in:
Daniel Scheller
2016-04-13 18:33:29 +02:00
parent faee02e446
commit 7860d623e8
9 changed files with 36759 additions and 36759 deletions

View File

@@ -1,10 +1,10 @@
#ifndef _DRXK_H_
#define _DRXK_H_
#include <linux/types.h>
#include <linux/i2c.h>
extern struct dvb_frontend *drxk_attach(struct i2c_adapter *i2c,
u8 adr,
struct dvb_frontend **fe_t);
#endif
#ifndef _DRXK_H_
#define _DRXK_H_
#include <linux/types.h>
#include <linux/i2c.h>
extern struct dvb_frontend *drxk_attach(struct i2c_adapter *i2c,
u8 adr,
struct dvb_frontend **fe_t);
#endif