Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337977
b: refs/heads/master
c: bdbd3b3
h: refs/heads/master
i:
  337975: 7431e56
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 16, 2012
1 parent c579d80 commit ed1b94e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6bb87522f42aea056585282a70de7512d297323
refs/heads/master: bdbd3b38d3bf664e5c04904bd734ac79660e41b5
8 changes: 0 additions & 8 deletions trunk/drivers/staging/ipack/ipack.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ static int ipack_bus_remove(struct device *device)
return 0;
}

#ifdef CONFIG_HOTPLUG

static int ipack_uevent(struct device *dev, struct kobj_uevent_env *env)
{
struct ipack_device *idev;
Expand All @@ -104,12 +102,6 @@ static int ipack_uevent(struct device *dev, struct kobj_uevent_env *env)
return 0;
}

#else /* !CONFIG_HOTPLUG */

#define ipack_uevent NULL

#endif /* !CONFIG_HOTPLUG */

#define ipack_device_attr(field, format_string) \
static ssize_t \
field##_show(struct device *dev, struct device_attribute *attr, \
Expand Down

0 comments on commit ed1b94e

Please sign in to comment.