linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Josh Triplett <josh@joshtriplett.org>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	Catalina Mocanu <catalina.mocanu@gmail.com>
Subject: linux-next: build warnings after merge of the tiny tree
Date: Tue, 11 Nov 2014 17:43:04 +1100	[thread overview]
Message-ID: <20141111174304.69b9ed45@canb.auug.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 719 bytes --]

Hi Josh,

After merging the tiny tree, today's linux-next build (powerpc64
allnoconfig) produced these warnings:

kernel/compat.c:33:12: warning: 'compat_get_timex' defined but not used [-Wunused-function]
 static int compat_get_timex(struct timex *txc, struct compat_timex __user *utp)
            ^
kernel/compat.c:63:12: warning: 'compat_put_timex' defined but not used [-Wunused-function]
 static int compat_put_timex(struct compat_timex __user *utp, struct timex *txc)
            ^

Introduced by commit 7beb114f18e0 ("kernel: time: Compile out NTP
support").  Neither of these functions is needed if CONFIG_NTP is not
set.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2014-11-11  6:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-11  6:43 Stephen Rothwell [this message]
2014-11-14 20:38 ` linux-next: build warnings after merge of the tiny tree Josh Triplett

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=20141111174304.69b9ed45@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=catalina.mocanu@gmail.com \
    --cc=josh@joshtriplett.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).