First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 116368
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Joshua Kinard <kumba@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alan Hourihane <alanh@fairlite.co.uk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 116368 depends on: Show dependency tree
Show dependency graph
Bug 116368 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-12-22 02:34 0000
Building the kernel fails to build the impactsr.c and odyssey.c drivers because
it's trying to include "platform_device.h" which no longer exists.

Changing this include from this...

#include <linux/platform_device.h>

to this

#include <linux/device.h>

in both of the above files fixes the build problem.

------- Comment #1 From Joshua Kinard 2005-12-29 00:47:51 0000 -------
Blasted upstream changes...

Will be fixed in a soon-to-be-released-2.6.14.5 mips-sources.  Figures I miss
this one.

------- Comment #2 From Joshua Kinard 2006-01-02 18:28:43 0000 -------
2.6.14.5 is in CVS.  Should fix this little quirk.  It'll hit the mirrors in
~45min-1hr.

------- Comment #3 From Alan Hourihane 2006-01-03 07:59:11 0000 -------
There doesn't appear to be a mips-sources-2.6.14.5.ebuild yet...

------- Comment #4 From Stephen Becker (RETIRED) 2006-01-03 08:29:52 0000 -------
(In reply to comment #3)
> There doesn't appear to be a mips-sources-2.6.14.5.ebuild yet...
> 
Sure there is, I've got it from a sync sometime yesterday:

*mips-sources-2.6.14.5 (03 Jan 2006)

  03 Jan 2006; Joshua Kinard <kumba@gentoo.org>
  -mips-sources-2.6.14.4.ebuild, +mips-sources-2.6.14.5.ebuild:
  Bump to 2.6.14.5 to plug a number of security holes, plug a compile error on
  IP30 (Bug #116368), and roll in a new IP28 patchset that fixes some IMpactSR
  DMA issues.

------- Comment #5 From Alan Hourihane 2006-01-03 08:36:37 0000 -------
mmm. just synced now and it's not there. I guess I'll go and check with another
mirror site. Thanks.

First Last Prev Next    No search results available      Search page      Enter new bug