Subversion Repositories Kolibri OS

Rev

Rev 6936 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6936 Rev 7143
Line 4... Line 4...
4
#include 
4
#include 
5
#include 
5
#include 
6
//#include 
6
//#include 
Line 7... Line 7...
7
 
7
 
-
 
8
struct device;
8
struct device;
9
struct device_node;
9
struct pwm_device;
10
struct pwm_device;
Line 10... Line 11...
10
struct seq_file;
11
struct seq_file;
11
 
12
 
Line 221... Line 222...
221
					 const char *consumer)
222
					 const char *consumer)
222
{
223
{
223
	return ERR_PTR(-ENODEV);
224
	return ERR_PTR(-ENODEV);
224
}
225
}
Line -... Line 226...
-
 
226
 
-
 
227
static inline struct pwm_device *of_pwm_get(struct device_node *np,
-
 
228
					    const char *con_id)
-
 
229
{
-
 
230
	return ERR_PTR(-ENODEV);
Line 225... Line 231...
225
 
231
}
226
 
232
 
227
static inline void pwm_put(struct pwm_device *pwm)
233
static inline void pwm_put(struct pwm_device *pwm)
Line 232... Line 238...
232
					      const char *consumer)
238
					      const char *consumer)
233
{
239
{
234
	return ERR_PTR(-ENODEV);
240
	return ERR_PTR(-ENODEV);
235
}
241
}
Line -... Line 242...
-
 
242
 
-
 
243
static inline struct pwm_device *devm_of_pwm_get(struct device *dev,
-
 
244
						 struct device_node *np,
-
 
245
						 const char *con_id)
-
 
246
{
-
 
247
	return ERR_PTR(-ENODEV);
Line 236... Line 248...
236
 
248
}
237
 
249
 
238
static inline void devm_pwm_put(struct device *dev, struct pwm_device *pwm)
250
static inline void devm_pwm_put(struct device *dev, struct pwm_device *pwm)