On Sun, Sep 16, 2007 at 09:37:41AM -0600, Matthew Wilcox wrote:
> @@ -2475,7 +2469,7 @@ typedef struct adv_req {
>   * of the 'Scsi_Host' structure starting at the 'hostdata'
>   * field. It is guaranteed to be allocated from DMA-able memory.
>   */
> -typedef struct asc_board {
> +struct asc_board {
>       struct device *dev;
>       int id;                 /* Board Id */
>       uint flags;             /* Board flags */
> @@ -2523,7 +2517,7 @@ typedef struct asc_board {
>       ushort bios_version;    /* BIOS Version. */
>       ushort bios_codeseg;    /* BIOS Code Segment. */
>       ushort bios_codelen;    /* BIOS Code Segment Length. */
> -} asc_board_t;
> +} asc_board;
>  
>  #define adv_dvc_to_board(adv_dvc) container_of(adv_dvc, struct asc_board, \
>                                                       dvc_var.adv_dvc_var)

"oops".  I'll send a replacement for this patch.  I can't believe this
struct is 512 bytes.

-- 
Intel are signing my paycheques ... these opinions are still mine
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to