linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the final tree (usb-gadget tree related)
@ 2013-08-13  8:17 Stephen Rothwell
  2013-08-13  8:57 ` [PATCH] usb: phy: am335x: include linux/err.h Sebastian Andrzej Siewior
  2013-08-13 19:48 ` linux-next: build failure after merge of the final tree (usb-gadget tree related) Felipe Balbi
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Rothwell @ 2013-08-13  8:17 UTC (permalink / raw)
  To: Felipe Balbi; +Cc: linux-next, linux-kernel, Sebastian Andrzej Siewior

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

Hi all,

After merging the final tree, today's linux-next build (powerpc allyesconfig)
failed like this:

drivers/usb/phy/phy-am335x-control.c: In function 'am335x_control_usb_probe':
drivers/usb/phy/phy-am335x-control.c:117:2: error: implicit declaration of function 'IS_ERR' [-Werror=implicit-function-declaration]
  if (IS_ERR(ctrl_usb->phy_reg))
  ^
drivers/usb/phy/phy-am335x-control.c:118:3: error: implicit declaration of function 'PTR_ERR' [-Werror=implicit-function-declaration]
   return PTR_ERR(ctrl_usb->phy_reg);
   ^

Caused by commit 3bb869c8b3f1 ("usb: phy: Add AM335x PHY driver") from
the usb-gadget tree.  Forgot to include linux/err.h.

I have reverted that commit for today.

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

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-13 19:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13  8:17 linux-next: build failure after merge of the final tree (usb-gadget tree related) Stephen Rothwell
2013-08-13  8:57 ` [PATCH] usb: phy: am335x: include linux/err.h Sebastian Andrzej Siewior
2013-08-13 19:48 ` linux-next: build failure after merge of the final tree (usb-gadget tree related) Felipe Balbi
2013-08-13 19:51   ` Felipe Balbi
2013-08-13 19:52     ` Sedat Dilek
2013-08-13 19:56       ` Felipe Balbi

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).