Skip to content

Commit

Permalink
linux/i2c.h: Properly define struct device
Browse files Browse the repository at this point in the history
  • Loading branch information
François Tigeot committed May 23, 2015
1 parent bc8b8fe commit 1f9f5f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/dev/drm/include/linux/i2c.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#ifndef _LINUX_I2C_H_
#define _LINUX_I2C_H_

#include <sys/bus.h>
#include <sys/bus_private.h>

#include <linux/sched.h>

#define i2c_msg iic_msg
Expand Down

0 comments on commit 1f9f5f0

Please sign in to comment.