Removed some unnecessary code.
This commit is contained in:
parent
2d683ae0de
commit
d7790d1d18
|
|
@ -51,8 +51,6 @@
|
|||
|
||||
int eccdev_open(struct inode *, struct file *);
|
||||
int eccdev_release(struct inode *, struct file *);
|
||||
ssize_t eccdev_read(struct file *, char __user *, size_t, loff_t *);
|
||||
ssize_t eccdev_write(struct file *, const char __user *, size_t, loff_t *);
|
||||
long eccdev_ioctl(struct file *, unsigned int, unsigned long);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
|
|
@ -61,8 +61,6 @@ typedef struct {
|
|||
int ec_cdev_init(ec_cdev_t *, ec_master_t *, dev_t);
|
||||
void ec_cdev_clear(ec_cdev_t *);
|
||||
|
||||
int ec_cdev_request(ec_cdev_t *, uint32_t, uint32_t);
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue