X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2Fbacking-dev.c;h=e04454cdb33f4d58809c36b0212aa0ad74c1e22c;hb=3132be9aefc6c7edd42156a35cc2a2134d154f5d;hp=d014ee5fcbbd2fa8004ae642f83571ddd949a5e6;hpb=505608d2b9f3ab9e3ea0fd1b89b1cc560b91a7b5;p=karo-tx-linux.git 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, bdi_cap_stable_pages_required(bdi) ? 1 : 0); } -#define __ATTR_RW(attr) __ATTR(attr, 0644, attr##_show, attr##_store) - static struct device_attribute bdi_dev_attrs[] = { __ATTR_RW(read_ahead_kb), __ATTR_RW(min_ratio),