linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / atmdev.h
index 2096e5c..b203ea8 100644 (file)
@@ -209,7 +209,7 @@ struct atm_cirange {
 
 #ifdef __KERNEL__
 
-#include <linux/device.h>
+#include <linux/config.h>
 #include <linux/wait.h> /* wait_queue_head_t */
 #include <linux/time.h> /* struct timeval */
 #include <linux/net.h>
@@ -359,7 +359,6 @@ struct atm_dev {
        struct proc_dir_entry *proc_entry; /* proc entry */
        char *proc_name;                /* proc entry name */
 #endif
-       struct class_device class_dev;  /* sysfs class device */
        struct list_head dev_list;      /* linkage */
 };
 
@@ -461,7 +460,7 @@ static inline void atm_dev_put(struct atm_dev *dev)
                BUG_ON(!test_bit(ATM_DF_REMOVED, &dev->flags));
                if (dev->ops->dev_close)
                        dev->ops->dev_close(dev);
-               class_device_put(&dev->class_dev);
+               kfree(dev);
        }
 }