Bug 10845

Summary: Is PC_ENET_LBK still defined?
Product: Platform Specific/Hardware Reporter: spiralvoice
Component: PPC-32Assignee: Tony Breeds (tony)
Status: REJECTED WILL_NOT_FIX    
Severity: normal CC: devzero
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.25.4 Subsystem:
Regression: --- Bisected commit-id:

Description spiralvoice 2008-06-01 08:37:54 UTC
While comparing arch/ppc/8xx_io/enet.c with the version in kernel 2.4.36.2
I saw that PC_ENET_LBK is not defined in any of the 2.6.25.4 header files.
Comment 1 Roland Kletzing 2008-06-01 14:08:46 UTC
maybe it`s related to this commit:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8b1a97776d0e4ad76e1e350e7ec1f4406af5f9e1

did you just notice that it`s missing or what`s your problem here?
Comment 2 spiralvoice 2008-06-02 07:03:49 UTC
I just noticed that the header is not defined in kernel 2.6
while porting a patch for the kernel 2.4 version of enet.c to
kernel 2.6. The driver is still working, my bug report is just
a hint for some small code cleanup;-)
Comment 3 Tony Breeds 2008-07-03 20:33:29 UTC
arch 'ppc' will be removed from 2.6.27 so I don't think this needs fixing.