diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-05 09:18:54 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-05 09:18:54 +0000 |
commit | a60f84ebf07863e390b72a2b6150e461a1ec18e9 (patch) | |
tree | f59bc665cfe3d2d32622450d80523e3c1265e501 /miscutils/devfsd.c | |
parent | f6efccc0659a2e2978f2021153f34ce92257ad2b (diff) | |
download | busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.gz busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.bz2 busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.zip |
*: rename ATTRIBUTE_XXX to just XXX.
Diffstat (limited to 'miscutils/devfsd.c')
-rw-r--r-- | miscutils/devfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index ffc595ac9..c85ff08f3 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -741,7 +741,7 @@ static void action_permissions(const struct devfsd_notify_struct *info, | |||
741 | } /* End Function action_permissions */ | 741 | } /* End Function action_permissions */ |
742 | 742 | ||
743 | static void action_modload(const struct devfsd_notify_struct *info, | 743 | static void action_modload(const struct devfsd_notify_struct *info, |
744 | const struct config_entry_struct *entry ATTRIBUTE_UNUSED) | 744 | const struct config_entry_struct *entry UNUSED_PARAM) |
745 | /* [SUMMARY] Load a module. | 745 | /* [SUMMARY] Load a module. |
746 | <info> The devfs change. | 746 | <info> The devfs change. |
747 | <entry> The config file entry. | 747 | <entry> The config file entry. |