diff options
| author | Takashi Iwai <tiwai@suse.de> | 2013-07-24 05:42:34 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2013-07-24 05:42:34 -0400 |
| commit | 43cbd286fbba4bfb0c2ef05dc62522dfd5a2c000 (patch) | |
| tree | 7184a24f04c72987e725e50e66db530e6f618220 /mm/backing-dev.c | |
| parent | fee4b700a4e9e446151eb5a03874ca8666323113 (diff) | |
| parent | c5ae4dca11523dff15cfb1763b64a71b805976aa (diff) | |
Merge tag 'asoc-v3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Updates for v3.11
A few small updates again, the sgtl5000 one fixes some newly triggered
issues due to some probe ordering changes which were introduced in the
last merge window.
Diffstat (limited to 'mm/backing-dev.c')
| -rw-r--r-- | mm/backing-dev.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/backing-dev.c b/mm/backing-dev.c index d014ee5fcbbd..e04454cdb33f 100644 --- a/mm/backing-dev.c +++ b/mm/backing-dev.c | |||
| @@ -232,8 +232,6 @@ static ssize_t stable_pages_required_show(struct device *dev, | |||
| 232 | bdi_cap_stable_pages_required(bdi) ? 1 : 0); | 232 | bdi_cap_stable_pages_required(bdi) ? 1 : 0); |
| 233 | } | 233 | } |
| 234 | 234 | ||
| 235 | #define __ATTR_RW(attr) __ATTR(attr, 0644, attr##_show, attr##_store) | ||
| 236 | |||
| 237 | static struct device_attribute bdi_dev_attrs[] = { | 235 | static struct device_attribute bdi_dev_attrs[] = { |
| 238 | __ATTR_RW(read_ahead_kb), | 236 | __ATTR_RW(read_ahead_kb), |
| 239 | __ATTR_RW(min_ratio), | 237 | __ATTR_RW(min_ratio), |
