From: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
To: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
Cc: gregkh@suse.de, linux-kernel@vger.kernel.org,
Ingo Molnar <mingo@elte.hu>
Subject: Re: [PATCH 1/1] remove duplicate definition of sysfs_update_group()
Date: Mon, 05 May 2008 02:08:58 +0400 [thread overview]
Message-ID: <481E33FA.2060905@gmail.com> (raw)
In-Reply-To: <1209910666-7918-1-git-send-email-dmitri.vorobiev@gmail.com>
Dmitri Vorobiev пишет:
> The stub version of the sysfs_update_group() function is erroneously
> provided twice. This patch removes the redundant definition.
>
Oops! I did not notice Ingo's fix when I was sending my patch:
http://lkml.org/lkml/2008/5/4/21
In Ingo's version, the changelog entry is much better than mine. Sorry
for the noise.
Dmitri
> Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com>
> ---
> include/linux/sysfs.h | 6 ------
> 1 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h
> index 27bad59..7858eac 100644
> --- a/include/linux/sysfs.h
> +++ b/include/linux/sysfs.h
> @@ -196,12 +196,6 @@ static inline int sysfs_update_group(struct kobject *kobj,
> return 0;
> }
>
> -static inline int sysfs_update_group(struct kobject *kobj,
> - const struct attribute_group *grp)
> -{
> - return 0;
> -}
> -
> static inline void sysfs_remove_group(struct kobject *kobj,
> const struct attribute_group *grp)
> {
prev parent reply other threads:[~2008-05-04 22:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-04 14:17 [PATCH 1/1] remove duplicate definition of sysfs_update_group() Dmitri Vorobiev
2008-05-04 22:08 ` Dmitri Vorobiev [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=481E33FA.2060905@gmail.com \
--to=dmitri.vorobiev@gmail.com \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox