Ignore:
Timestamp:
Jun 6, 2009, 4:22:27 AM (16 years ago)
Author:
Paul Smedley
Message:

Move functions out of config.h into appropriate linux header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/device.h

    r305 r441  
    33#ifndef _LINUX_DEVICE_H
    44#define _LINUX_DEVICE_H
    5 #include <sound/config.h>
     5#include <linux/pm.h>
    66#if 0
    77struct device {
     
    4242#define dev_get_drvdata(dev)    (dev)->private_data
    4343
     44#define MODULE_ALIAS_CHARDEV_MAJOR(x)
    4445
    4546#endif /* _LINUX_DEVICE_H */
Note: See TracChangeset for help on using the changeset viewer.