AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:
CFG:
PT:0
S:andy.sharp@lsi.com
RQ:
SSV:mhbs.lsil.com
NSV:
SSH:
R:<rendell.fong@lsi.com>
MAID:2
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
X-Sylpheed-End-Special-Headers: 1
Date: Mon, 26 Oct 2009 18:45:15 -0700
From: Andrew Sharp <andy.sharp@lsi.com>
To: Rendell Fong <rendell.fong@lsi.com>
Subject: please review 33641
Message-ID: <20091026184515.59ee3cf2@ripper.onstor.net>
Organization: LSI
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Change 33641 by andys@ripper on 2009/10/26 18:44:01 *pending*

        Fix module compilation.  Include line was missing the directory for
        the eee-queue.h file.  It's amazing the things that can sneak through
        despite repeated testing.
        
        reviewed by

Affected files ...

... //depot/tuxrx/nfx-tree/code/neteee2/eee-ipc.c#3 edit



$ p4 diff code/neteee2/eee-ipc.c
==== //depot/tuxrx/nfx-tree/code/neteee2/eee-ipc.c#3 - /homes/andys/src/tuxrx/nfx-tree/code/neteee2/eee-ipc.c ====
22c22
< #include "eee-queue.h"
---
> #include <sm-eee/eee-queue.h>
