Left over version of this file that is not required for current Xen builds.
[linux-2.6.git] / drivers / net / gianfar_sysfs.c
index a6d5c43..9dd387f 100644 (file)
@@ -19,7 +19,6 @@
  * Sysfs file creation and management
  */
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <linux/string.h>
@@ -88,7 +87,7 @@ static ssize_t gfar_set_bd_stash(struct class_device *cdev,
        priv->bd_stash_en = new_setting;
 
        temp = gfar_read(&priv->regs->attr);
-       
+
        if (new_setting)
                temp |= ATTR_BDSTASH;
        else